aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 5f038dcd3d..f3f98b0500 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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."