[slime-cvs] CVS update: slime/slime.el

Luke Gorrie lgorrie at common-lisp.net
Sat Nov 1 23:53:53 UTC 2003


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv21363

Modified Files:
	slime.el 
Log Message:
Consistent use of slime-repl-output-face (bugfix)

Date: Sat Nov  1 18:53:53 2003
Author: lgorrie

Index: slime/slime.el
diff -u slime/slime.el:1.68 slime/slime.el:1.69
--- slime/slime.el:1.68	Sat Nov  1 17:55:41 2003
+++ slime/slime.el	Sat Nov  1 18:53:52 2003
@@ -286,7 +286,6 @@
       (insert ")")))
   (comint-send-input))
 
-
 
 ;;;;; Key bindings
 
@@ -1213,7 +1212,7 @@
     (with-current-buffer (slime-output-buffer)
       (goto-char (point-max))
       (slime-repl-maybe-insert-output-separator)
-      (slime-insert-propertized '(face slime-output-face)
+      (slime-insert-propertized '(face slime-repl-output-face)
                                 string))))
 ;;      (insert string))))
 





More information about the slime-cvs mailing list