changeset 61404:f6ddc48bc826

(comint-highlight-prompt): Fix face spec.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 08 Apr 2005 23:45:09 +0000
parents 008bb0675c5b
children a29a1f9a1c25
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Fri Apr 08 23:33:28 2005 +0000
+++ b/lisp/comint.el	Fri Apr 08 23:45:09 2005 +0000
@@ -228,7 +228,7 @@
   :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."