[slime-cvs] CVS update: slime/slime.el
Helmut Eller
heller at common-lisp.net
Wed Dec 15 07:11:49 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv26547
Modified Files:
slime.el
Log Message:
(slime-output-string): Remove debugging stuff.
Date: Wed Dec 15 08:11:47 2004
Author: heller
Index: slime/slime.el
diff -u slime/slime.el:1.439 slime/slime.el:1.440
--- slime/slime.el:1.439 Wed Dec 15 08:09:48 2004
+++ slime/slime.el Wed Dec 15 08:11:47 2004
@@ -2421,11 +2421,10 @@
(slime-with-output-end-mark
(slime-propertize-region '(face slime-repl-output-face)
(insert string))
- ;;(when (and (= (point) slime-repl-prompt-start-mark)
- ;; (not (bolp)))
- ;; (insert "\n")
- ;; (set-marker slime-output-end (1- (point))))
- )))
+ (when (and (= (point) slime-repl-prompt-start-mark)
+ (not (bolp)))
+ (insert "\n")
+ (set-marker slime-output-end (1- (point)))))))
(defun slime-switch-to-output-buffer (&optional connection)
"Select the output buffer, preferably in a different window."
More information about the slime-cvs
mailing list