[slime-cvs] CVS update: slime/swank.lisp
Dan Barlow
dbarlow at common-lisp.net
Thu Oct 16 02:05:57 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv9614
Modified Files:
swank.lisp
Log Message:
silly packaging mistake
Date: Wed Oct 15 22:05:56 2003
Author: dbarlow
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.29 slime/swank.lisp:1.30
--- slime/swank.lisp:1.29 Wed Oct 15 18:48:30 2003
+++ slime/swank.lisp Wed Oct 15 22:05:56 2003
@@ -39,7 +39,7 @@
(defun start-server (&optional (port server-port))
"Start the Slime backend on TCP port `port'."
- (swank-impl:create-swank-server port :reuse-address t)
+ (create-swank-server port :reuse-address t)
#+xref (setf c:*record-xref-info* t)
(when *swank-debug-p*
(format *debug-io* "~&;; Swank ready.~%")))
More information about the slime-cvs
mailing list