[slime-cvs] CVS update: slime/swank.lisp
Andras Simon
asimon at common-lisp.net
Tue Sep 14 11:41:56 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv6704
Modified Files:
swank.lisp
Log Message:
(:newline) before the property list
Date: Tue Sep 14 13:41:55 2004
Author: asimon
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.232 slime/swank.lisp:1.233
--- slime/swank.lisp:1.232 Mon Sep 13 23:36:13 2004
+++ slime/swank.lisp Tue Sep 14 13:41:55 2004
@@ -2625,6 +2625,7 @@
"It is " ,(case internal-external
(:internal "internal")
(:external "external")) " to the package: " (:value ,(symbol-package symbol))
+ (:newline)
,@(when (eql :internal internal-external)
`(" " (:action ,(with-output-to-string (export-label)
(princ "[export from " export-label)
More information about the slime-cvs
mailing list