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

Luke Gorrie lgorrie at common-lisp.net
Sat Mar 12 01:49:50 UTC 2005


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

Modified Files:
	swank-loader.lisp 
Log Message:
Updated for swank-source-file-cache.lisp (CMUCL & SBCL)

Date: Sat Mar 12 02:49:49 2005
Author: lgorrie

Index: slime/swank-loader.lisp
diff -u slime/swank-loader.lisp:1.42 slime/swank-loader.lisp:1.43
--- slime/swank-loader.lisp:1.42	Thu Mar 10 02:02:00 2005
+++ slime/swank-loader.lisp	Sat Mar 12 02:49:48 2005
@@ -24,8 +24,8 @@
   (mapcar #'make-swank-pathname 
           (append 
            '("nregex")
-           #+cmu '("swank-source-path-parser" "swank-cmucl")
-           #+sbcl '("swank-sbcl" "swank-source-path-parser" "swank-gray")
+           #+cmu '("swank-source-path-parser"  "swank-source-file-cache" "swank-cmucl")
+           #+sbcl '("swank-sbcl" "swank-source-path-parser" "swank-source-file-cache" "swank-gray")
            #+openmcl '("metering" "swank-openmcl" "swank-gray")
            #+lispworks '("swank-lispworks" "swank-gray")
            #+allegro '("swank-allegro" "swank-gray")




More information about the slime-cvs mailing list