# HG changeset patch # User Luc Teirlinck # Date 1113003909 0 # Node ID f6ddc48bc8262d3bc0bfb3652466c757d7308c44 # Parent 008bb0675c5bb3647426208af2400534617a1340 (comint-highlight-prompt): Fix face spec. diff -r 008bb0675c5b -r f6ddc48bc826 lisp/comint.el --- 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."