[slime-devel] [PATCH] (minor bug?)

Travis Cross travis at crosswirecorp.com
Sat Nov 20 19:29:30 UTC 2004


When compiling SLIME (latest cvs) for SBCL 0.8.15, swank-sbcl.lisp would 
break with an 'unbalanced parenthesis' error.  This patch fixed the 
issue for me (indentation was already correct).

Thanks,

-- Travis

*** swank-sbcl.lisp.orig        Fri Nov 19 14:06:36 2004
--- swank-sbcl.lisp     Sat Nov 20 14:17:05 2004
***************
*** 856,862 ****
                     (2 "stopped")
                     (3 "dead")
                     (t (format nil "??? ~A" state)))))
!              (t "??? ???"))))))

     (defimplementation make-lock (&key name)
       (sb-thread:make-mutex :name name))
--- 856,862 ----
                     (2 "stopped")
                     (3 "dead")
                     (t (format nil "??? ~A" state)))))
!              (t "??? ???")))))

     (defimplementation make-lock (&key name)
       (sb-thread:make-mutex :name name))





More information about the slime-devel mailing list