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

Helmut Eller heller at common-lisp.net
Tue Jan 13 22:48:25 UTC 2004


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

Modified Files:
	swank-cmucl.lisp 
Log Message:
(*swank-in-background*): Set to :fd-handler.
Date: Tue Jan 13 17:48:25 2004
Author: heller

Index: slime/swank-cmucl.lisp
diff -u slime/swank-cmucl.lisp:1.47 slime/swank-cmucl.lisp:1.48
--- slime/swank-cmucl.lisp:1.47	Tue Jan 13 13:20:04 2004
+++ slime/swank-cmucl.lisp	Tue Jan 13 17:48:25 2004
@@ -10,6 +10,8 @@
 
 ;;;; TCP server.
 
+(setq *swank-in-background* :fd-handler)
+
 (defmethod create-socket (port)
   (ext:create-inet-listener port :stream
                             :reuse-address t





More information about the slime-cvs mailing list