[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Sat Jun 3 13:40:21 UTC 2006


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv19772

Modified Files:
	lisp-syntax.lisp 
Log Message:
Changed the lambda list of `token-to-object', hopefully fixing an
incompatible-lambda-list-error in OpenMCL.


--- /project/climacs/cvsroot/climacs/lisp-syntax.lisp	2006/06/03 12:32:36	1.81
+++ /project/climacs/cvsroot/climacs/lisp-syntax.lisp	2006/06/03 13:40:20	1.82
@@ -2040,7 +2040,7 @@
                    :case case
                    :no-error t))
 
-(defgeneric token-to-object (syntax token &rest args &key no-error package quote read &allow-other-keys)
+(defgeneric token-to-object (syntax token &key)
   (:documentation "Return the Lisp object `token' would evaluate
 to if read. An attempt will be made to construct objects from
 incomplete tokens. This function may signal an error if




More information about the Climacs-cvs mailing list