(minibuffer-prompt): A better face definition for MS-DOS.

This commit is contained in:
Eli Zaretskii 2002-01-12 12:18:11 +00:00
parent 40e0410be9
commit 95014d6265
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
* faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2002-01-11 Richard M. Stallman <rms@gnu.org>
* startup.el (initial-scratch-message): Fix custom type, add group.

View file

@ -1769,7 +1769,7 @@ created."
(defface minibuffer-prompt '((((background dark)) (:foreground "cyan"))
(((type pc)) (:foreground "white"))
(((type pc)) (:foreground "magenta"))
(t (:foreground "dark blue")))
"Face for minibuffer prompts."
:version "21.3"