[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Tue May 16 21:36:29 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv28282
Modified Files:
lisp-syntax.lisp
Log Message:
Removed call to Clouseau (oops again).
--- /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/05/16 20:38:31 1.72
+++ /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/05/16 21:36:29 1.73
@@ -2058,7 +2058,7 @@
&key no-error
(case (readtable-case *readtable*)))
(declare (ignore no-error))
- (clouseau:inspector (parse-symbol (token-string syntax token) :case case)))
+ (parse-symbol (token-string syntax token) :case case))
(defmethod token-to-object (syntax (token number-lexeme) &rest args)
(declare (ignore args))
More information about the Climacs-cvs
mailing list