[slime-cvs] CVS update: slime/swank-source-path-parser.lisp
Helmut Eller
heller at common-lisp.net
Tue Mar 9 13:55:44 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv3779
Modified Files:
swank-source-path-parser.lisp
Log Message:
We are in-package :swank-backend. Thanks to Raymond Wiker.
Date: Tue Mar 9 08:55:44 2004
Author: heller
Index: slime/swank-source-path-parser.lisp
diff -u slime/swank-source-path-parser.lisp:1.2 slime/swank-source-path-parser.lisp:1.3
--- slime/swank-source-path-parser.lisp:1.2 Sat Jan 31 04:02:22 2004
+++ slime/swank-source-path-parser.lisp Tue Mar 9 08:55:43 2004
@@ -20,7 +20,7 @@
;;; Taken from swank-cmucl.lisp, by Helmut Eller
-(in-package :swank)
+(in-package :swank-backend)
(defun make-source-recorder (fn source-map)
"Return a macro character function that does the same as FN, but
More information about the slime-cvs
mailing list