[slime-cvs] CVS update: slime/swank-source-path-parser.lisp

Helmut Eller heller at common-lisp.net
Mon Mar 29 17:49:39 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv5024

Modified Files:
	swank-source-path-parser.lisp 
Log Message:
(cmucl-style-get-macro-character): The feature is CMU not CMUCL.
Date: Mon Mar 29 12:49:38 2004
Author: heller

Index: slime/swank-source-path-parser.lisp
diff -u slime/swank-source-path-parser.lisp:1.4 slime/swank-source-path-parser.lisp:1.5
--- slime/swank-source-path-parser.lisp:1.4	Mon Mar 29 11:50:07 2004
+++ slime/swank-source-path-parser.lisp	Mon Mar 29 12:49:38 2004
@@ -57,7 +57,7 @@
 	   (values (sb-impl::get-coerced-cmt-entry char rt) nil))
 	  (t nil))))
 
-#+cmucl
+#+cmu
 (defun cmucl-style-get-macro-character (char table)
   (get-macro-character char table))
 





More information about the slime-cvs mailing list