[slime-cvs] CVS slime
CVS User sboukarev
sboukarev at common-lisp.net
Fri Jan 11 23:36:35 UTC 2013
Update of /project/slime/cvsroot/slime
In directory tiger.common-lisp.net:/tmp/cvs-serv5796
Modified Files:
ChangeLog swank-ecl.lisp
Log Message:
* swank-ecl.lisp (accept-connection): Fix a typo, line => :line.
--- /project/slime/cvsroot/slime/ChangeLog 2013/01/11 09:00:30 1.2387
+++ /project/slime/cvsroot/slime/ChangeLog 2013/01/11 23:36:35 1.2388
@@ -1,3 +1,7 @@
+2013-01-11 Stas Boukarev <stassats at gmail.com>
+
+ * swank-ecl.lisp (accept-connection): Fix a typo, line => :line.
+
2013-01-11 Helmut Eller <heller at common-lisp.net>
* swank.lisp (swank-compile-file*): Renamed from
--- /project/slime/cvsroot/slime/swank-ecl.lisp 2013/01/10 11:46:42 1.81
+++ /project/slime/cvsroot/slime/swank-ecl.lisp 2013/01/11 23:36:35 1.82
@@ -95,7 +95,7 @@
:buffering (ecase buffering
((t) :full)
((nil) :none)
- (:line line))
+ (:line :line))
:element-type (if external-format
'character
'(unsigned-byte 8))
More information about the slime-cvs
mailing list