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

Helmut Eller heller at common-lisp.net
Sat Nov 20 20:13:59 UTC 2004


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

Modified Files:
	swank-sbcl.lisp 
Log Message:
Fix unbalanced parenthesis.  Patch from Travis Cross.
Date: Sat Nov 20 21:13:57 2004
Author: heller

Index: slime/swank-sbcl.lisp
diff -u slime/swank-sbcl.lisp:1.110 slime/swank-sbcl.lisp:1.111
--- slime/swank-sbcl.lisp:1.110	Fri Nov 19 20:06:36 2004
+++ slime/swank-sbcl.lisp	Sat Nov 20 21:13:54 2004
@@ -856,7 +856,7 @@
                   (2 "stopped")
                   (3 "dead")
                   (t (format nil "??? ~A" state)))))
-             (t "??? ???"))))))
+             (t "??? ???")))))
 
   (defimplementation make-lock (&key name)
     (sb-thread:make-mutex :name name))





More information about the slime-cvs mailing list