emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Sat, 19 Feb 2005 08:26:01 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.301 emacs/lisp/faces.el:1.302
*** emacs/lisp/faces.el:1.301   Wed Feb  9 15:50:43 2005
--- emacs/lisp/faces.el Sat Feb 19 13:26:00 2005
***************
*** 1880,1885 ****
--- 1880,1888 ----
  
  
  (defface minibuffer-prompt '((((background dark)) :foreground "cyan")
+                            ;; Don't use blue because many users of
+                            ;; the MS-DOS port customize their
+                            ;; foreground color to be blue.
                             (((type pc)) :foreground "magenta")
                             (t :foreground "dark blue"))
    "Face for minibuffer prompts."
***************
*** 2047,2052 ****
--- 2050,2057 ----
    :group 'basic-faces)
  
  (defface escape-glyph '((((background dark)) :foreground "cyan")
+                       ;; See the comment in minibuffer-prompt for
+                       ;; the reason not to use blue on MS-DOS.
                        (((type pc)) :foreground "magenta")
                        (t :foreground "blue"))
    "Face for characters displayed as ^-sequences or \-sequences."




reply via email to

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