emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102805: * lisp/comint.el (comint-hig


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102805: * lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt.
Date: Sun, 09 Jan 2011 16:07:30 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102805
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-01-09 16:07:30 -0500
message:
  * lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt.
modified:
  lisp/ChangeLog
  lisp/comint.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-09 21:05:53 +0000
+++ b/lisp/ChangeLog    2011-01-09 21:07:30 +0000
@@ -1,5 +1,7 @@
 2011-01-09  Chong Yidong  <address@hidden>
 
+       * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
+
        * wid-edit.el (visibility): Replace :on-image and :off-image
        widget properties with :on-glyph and :off-glyph, for consistency
        with the `visibility' widget.

=== modified file 'lisp/comint.el'
--- a/lisp/comint.el    2010-12-13 15:27:36 +0000
+++ b/lisp/comint.el    2011-01-09 21:07:30 +0000
@@ -227,9 +227,7 @@
   :group 'comint)
 
 (defface comint-highlight-prompt
-  '((((min-colors 88) (background dark)) (:foreground "cyan1"))
-    (((background dark)) (:foreground "cyan"))
-    (t (:foreground "dark blue")))
+  '((t :inherit minibuffer-prompt))
   "Face to use to highlight prompts."
   :group 'comint)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]