[slime-cvs] CVS slime

gcarncross gcarncross at common-lisp.net
Thu Apr 24 01:24:34 UTC 2008


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

Modified Files:
	swank-loader.lisp 
Log Message:
Include swank-source-path-parser and swank-source-file-cache for ECL


--- /project/slime/cvsroot/slime/swank-loader.lisp	2008/03/27 11:46:41	1.84
+++ /project/slime/cvsroot/slime/swank-loader.lisp	2008/04/24 01:24:34	1.85
@@ -42,7 +42,7 @@
   #+clisp '(xref metering swank-clisp swank-gray)
   #+armedbear '(swank-abcl)
   #+cormanlisp '(swank-corman swank-gray)
-  #+ecl '(swank-ecl swank-gray))
+  #+ecl '(swank-source-path-parser swank-source-file-cache swank-ecl swank-gray))
 
 (defparameter *implementation-features*
   '(:allegro :lispworks :sbcl :openmcl :cmu :clisp :ccl :corman :cormanlisp




More information about the slime-cvs mailing list