[slime-cvs] CVS slime
heller
heller at common-lisp.net
Wed Sep 17 08:25:35 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv25912
Modified Files:
slime.el
Log Message:
Fix parens.
--- /project/slime/cvsroot/slime/slime.el 2008/09/17 06:21:16 1.1021
+++ /project/slime/cvsroot/slime/slime.el 2008/09/17 08:25:34 1.1022
@@ -5481,7 +5481,7 @@
";;;; " (subst-char-in-string ?\n ?\
(substring string 0
(min 60 (length string))))
- " ...\n")))))
+ " ...\n"))))
(defun slime-display-buffer-region (buffer start end &optional other-window)
"Like `display-buffer', but only display the specified region."
More information about the slime-cvs
mailing list