[slime-cvs] CVS update: slime/swank.lisp
Luke Gorrie
lgorrie at common-lisp.net
Wed Jul 7 15:09:33 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv17920
Modified Files:
swank.lisp
Log Message:
>From Thomas Schilling:
(arglist-for-insertion): Changed formatting to use
arglist-to-string. That results in proper cases for
slime-insert-arglist.
Date: Wed Jul 7 08:09:33 2004
Author: lgorrie
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.209 slime/swank.lisp:1.210
--- slime/swank.lisp:1.209 Sat Jul 3 20:21:43 2004
+++ slime/swank.lisp Wed Jul 7 08:09:33 2004
@@ -1040,7 +1040,7 @@
((member :not-available)
" <not available>")
(list
- (format nil "~{~^ ~A~})" (list arglist))))))
+ (arglist-to-string arglist *buffer-package*)))))
(t
" <not available>"))))
More information about the slime-cvs
mailing list