[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Wed Nov 1 14:16:40 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv23303
Modified Files:
swank.lisp
Log Message:
(*swank-wire-protocol-version*): Use a defvar to
declare the existence of tihs variable to the lisp (Reported by:
Jonathon McKitrick <jcm at FreeBSD-uk.eu.org>).
--- /project/slime/cvsroot/slime/swank.lisp 2006/10/30 16:25:28 1.413
+++ /project/slime/cvsroot/slime/swank.lisp 2006/11/01 14:16:36 1.414
@@ -1217,6 +1217,11 @@
((:ok value) value)
((:abort) (abort)))))))
+(defvar *swank-wire-protocol-version* nil
+ "The version of the swank/slime communication protocol.
+
+Set in swank-version.el.")
+
(defslimefun connection-info ()
"Return a key-value list of the form:
\(&key PID STYLE LISP-IMPLEMENTATION MACHINE FEATURES PACKAGE WIRE-PROTOCOL-VERSION)
More information about the slime-cvs
mailing list