(minibuffer-prompt): A better face definition for MS-DOS.
This commit is contained in:
parent
40e0410be9
commit
95014d6265
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue