[slime-cvs] CVS update: slime/swank-cmucl.lisp

Helmut Eller heller at common-lisp.net
Fri Nov 26 07:06:36 UTC 2004


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

Modified Files:
	swank-cmucl.lisp 
Log Message:
(read-into-simple-string): Use #-cmu19 instead of #+cmu18e.




Date: Fri Nov 26 08:06:32 2004
Author: heller

Index: slime/swank-cmucl.lisp
diff -u slime/swank-cmucl.lisp:1.130 slime/swank-cmucl.lisp:1.131
--- slime/swank-cmucl.lisp:1.130	Wed Nov 24 20:55:59 2004
+++ slime/swank-cmucl.lisp	Fri Nov 26 08:06:31 2004
@@ -27,7 +27,7 @@
 ;;; `READ-SEQUENCE' with large sequences has problems in 18e. This new
 ;;; definition works better.
 
-#+cmu18e
+#-cmu19
 (progn
   (let ((s (find-symbol (string :*enable-package-locked-errors*) :lisp)))
     (when s





More information about the slime-cvs mailing list