]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-highlight-prompt): Fix face spec.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 8 Apr 2005 23:45:09 +0000 (23:45 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 8 Apr 2005 23:45:09 +0000 (23:45 +0000)
lisp/comint.el

index 5f038dcd3d99f3d525b356fc1417cf1d0cf8db66..f3f98b0500ffc93ac578448c20bcdeb36356936f 100644 (file)
@@ -228,7 +228,7 @@ This variable is buffer-local."
   :group 'comint)
 
 (defface comint-highlight-prompt
-  '((((min-colors 88) ((background dark))) (:foreground "cyan1"))
+  '((((min-colors 88) (background dark)) (:foreground "cyan1"))
     (((background dark)) (:foreground "cyan"))
     (t (:foreground "dark blue")))
   "Face to use to highlight prompts."