From ef71f073a5b1655f787562a123534af261060a04 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 8 Apr 2005 23:45:09 +0000 Subject: [PATCH] (comint-highlight-prompt): Fix face spec. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 5f038dcd3d9..f3f98b0500f 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." -- 2.39.2