[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: gschem.scm



  User: cnieves 
  Date: 07/06/09 08:59:32

  Modified:    .        gschem.scm
  Log:
  Changed nil by #f.
  
  
  
  Nil is no longer supported by guile 1.8. Applied patch from
  
  Peter Clifton changing nil by #f. Thanks.
  
  Note there are still some files using nil.
  
  
  
  
  Revision  Changes    Path
  1.9                  eda/geda/gaf/gschem/scheme/gschem.scm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gschem.scm
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/scheme/gschem.scm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- gschem.scm	24 Feb 2007 11:47:32 -0000	1.8
  +++ gschem.scm	9 Jun 2007 12:59:32 -0000	1.9
  @@ -31,7 +31,7 @@
   ; no action hotkey
   (define no-action
     (lambda ()
  -      nil 
  +      #f 
     )
   )
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs