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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Fri, 08 Apr 2005 19:45:10 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.313 emacs/lisp/comint.el:1.314
*** emacs/lisp/comint.el:1.313  Fri Apr  8 20:55:08 2005
--- emacs/lisp/comint.el        Fri Apr  8 23:45:09 2005
***************
*** 228,234 ****
    :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."
--- 228,234 ----
    :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."




reply via email to

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