[[project @ 2001-05-25 17:06:59 by ghouston] ghouston**20010525170659 Ignore-this: eb1426fdfb7b62f7c7d7974e5580c69b * netconst.scm (options/linger etc.) use '() not () for recent CVS guile. Thanks to Paul Emsley. ] hunk ./ChangeLog 1 +2001-05-25 Gary Houston + + * netconst.scm (options/linger etc.) use '() not () for recent CVS + guile. Thanks to Paul Emsley. + hunk ./THANKS 5 +Paul.Emsley hunk ./netconst.scm 37 -(define options/boolean ()) -(define options/value ()) -(define options/linger ()) +(define options/boolean '()) +(define options/value '()) +(define options/linger '())