[slime-cvs] CVS update: slime/swank-sbcl.lisp
Luke Gorrie
lgorrie at common-lisp.net
Mon Mar 22 13:57:01 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv416
Modified Files:
swank-sbcl.lisp
Log Message:
(*communication-style*): New name for *swank-in-background*.
Date: Mon Mar 22 08:57:00 2004
Author: lgorrie
Index: slime/swank-sbcl.lisp
diff -u slime/swank-sbcl.lisp:1.78 slime/swank-sbcl.lisp:1.79
--- slime/swank-sbcl.lisp:1.78 Sat Mar 20 13:55:12 2004
+++ slime/swank-sbcl.lisp Mon Mar 22 08:57:00 2004
@@ -683,7 +683,7 @@
(sb-thread:make-thread fn))
(defimplementation startup-multiprocessing ()
- (setq *swank-in-background* :spawn))
+ (setq *communication-style* :spawn))
(defimplementation thread-name (thread)
(format nil "Thread ~D" thread))
More information about the slime-cvs
mailing list