[slime-cvs] CVS update: slime/slime.el

Helmut Eller heller at common-lisp.net
Thu Oct 28 21:37:19 UTC 2004


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

Modified Files:
	slime.el 
Log Message:
(slime-kill-all-buffers): More regexp kludges.  From Bill Clementson.
Date: Thu Oct 28 23:37:18 2004
Author: heller

Index: slime/slime.el
diff -u slime/slime.el:1.415 slime/slime.el:1.416
--- slime/slime.el:1.415	Thu Oct 28 23:28:16 2004
+++ slime/slime.el	Thu Oct 28 23:37:18 2004
@@ -3107,7 +3107,7 @@
   (dolist (buf (buffer-list))
     (when (or (string= (buffer-name buf) slime-event-buffer-name)
               (string-match "^\\*inferior-lisp*" (buffer-name buf))
-              (string-match "^\\*slime-repl\\[[0-9]+\\]\\*$" (buffer-name buf))
+              (string-match "^\\*slime-repl .*\\*$" (buffer-name buf))
               (string-match "^\\*sldb .*\\*$" (buffer-name buf)))
       (kill-buffer buf))))
 





More information about the slime-cvs mailing list