[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Thu Oct 16 21:15:40 UTC 2008
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv12857
Modified Files:
swank.lisp
Log Message:
* swank-kawa.scm (swank-require): Add a dummy definition to avoid
errors at startup.
--- /project/slime/cvsroot/slime/swank.lisp 2008/10/16 21:15:33 1.601
+++ /project/slime/cvsroot/slime/swank.lisp 2008/10/16 21:15:39 1.602
@@ -122,7 +122,7 @@
(#\return (write-string "\\r" stream))
(t (write-char c stream))))
(write-char #\" stream))
- (t (write-string string)))))
+ (t (write-string string stream)))))
(set-pprint-dispatch 'string #'escape-string 0 table)
table)))
More information about the slime-cvs
mailing list