emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Fri, 08 Apr 2005 10:26:16 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.311 emacs/lisp/comint.el:1.312
*** emacs/lisp/comint.el:1.311  Thu Apr  7 23:01:54 2005
--- emacs/lisp/comint.el        Fri Apr  8 14:26:13 2005
***************
*** 228,234 ****
    :group 'comint)
  
  (defface comint-highlight-prompt
!   '((((background dark)) (:foreground "cyan"))
      (t (:foreground "dark blue")))
    "Face to use to highlight prompts."
    :group 'comint)
--- 228,235 ----
    :group 'comint)
  
  (defface comint-highlight-prompt
!   '(((min-colors 88) ((background dark)) (:foreground "cyan1"))
!     (((background dark)) (:foreground "cyan"))
      (t (:foreground "dark blue")))
    "Face to use to highlight prompts."
    :group 'comint)




reply via email to

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