[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Fri May 19 11:09:11 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv2122
Modified Files:
lisp-syntax.lisp
Log Message:
Fixed: use status, not package.
--- /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/05/18 21:43:39 1.74
+++ /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/05/19 11:09:11 1.75
@@ -1999,7 +1999,7 @@
(multiple-value-bind (symbol status)
(when package
(find-symbol symbol-name package))
- (if (or symbol package)
+ (if (or symbol status)
(values symbol status)
(values (make-symbol symbol-name) nil))))))
More information about the Climacs-cvs
mailing list