From: Luc Teirlinck Date: Fri, 8 Apr 2005 23:45:09 +0000 (+0000) Subject: (comint-highlight-prompt): Fix face spec. X-Git-Tag: ttn-vms-21-2-B4~1125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef71f073a5b1655f787562a123534af261060a04;p=emacs.git (comint-highlight-prompt): Fix face spec. --- 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."