[slime-cvs] CVS update: slime/swank.lisp

Helmut Eller heller at common-lisp.net
Thu Oct 28 22:16:16 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv20585

Modified Files:
	swank.lisp 
Log Message:
(inspect-for-emacs[integer]): Fix control string.  Thanks to CSR for
pointing it out.
Date: Fri Oct 29 00:16:02 2004
Author: heller

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.256 slime/swank.lisp:1.257
--- slime/swank.lisp:1.256	Thu Oct 28 23:21:53 2004
+++ slime/swank.lisp	Fri Oct 29 00:16:01 2004
@@ -3035,7 +3035,7 @@
   (declare (ignore inspector))
   (values "A number."
           (append 
-           `(,(format nil "Value: ~D = #x~X = #o~O = #b~:,,' ,8B = ~E"
+           `(,(format nil "Value: ~D = #x~X = #o~O = #b~,,' ,8:B = ~E"
                       i i i i i) 
               (:newline))
            (if (< -1 i char-code-limit)





More information about the slime-cvs mailing list