[slime-cvs] CVS update: slime/slime.el
Luke Gorrie
lgorrie at common-lisp.net
Wed Jan 7 18:09:50 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv18913
Modified Files:
slime.el
Log Message:
(slime-lisp-package): Initially CL-USER nickname instead of
COMMON-LISP-USER (for REPL prompt).
Date: Wed Jan 7 13:09:50 2004
Author: lgorrie
Index: slime/slime.el
diff -u slime/slime.el:1.164 slime/slime.el:1.165
--- slime/slime.el:1.164 Tue Jan 6 20:21:10 2004
+++ slime/slime.el Wed Jan 7 13:09:50 2004
@@ -1224,7 +1224,7 @@
This is automatically synchronized from Lisp.")
(slime-def-connection-var slime-lisp-package
- "COMMON-LISP-USER"
+ "CL-USER"
"The current package name of the Superior lisp.
This is automatically synchronized from Lisp.")
More information about the slime-cvs
mailing list