[slime-cvs] CVS slime

heller heller at common-lisp.net
Mon Feb 25 17:23:00 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv3057

Modified Files:
	swank-loader.lisp 
Log Message:
Fix typo.


--- /project/slime/cvsroot/slime/swank-loader.lisp	2008/02/25 17:17:56	1.82
+++ /project/slime/cvsroot/slime/swank-loader.lisp	2008/02/25 17:23:00	1.83
@@ -31,7 +31,7 @@
                  :defaults (or *load-pathname* *default-pathname-defaults*))
   "The directory where to look for the source.")
 
-(defparameter *sysdeps*
+(defparameter *sysdep-files*
   #+cmu '(swank-source-path-parser swank-source-file-cache swank-cmucl)
   #+scl '(swank-source-path-parser swank-source-file-cache swank-scl)
   #+sbcl '(swank-source-path-parser swank-source-file-cache




More information about the slime-cvs mailing list