changeset 42670:d6c9070446df

(minibuffer-prompt): A better face definition for MS-DOS.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Jan 2002 12:17:16 +0000
parents 356ecd21a13c
children 3cc44ee4b8cd
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Sat Jan 12 06:59:02 2002 +0000
+++ b/lisp/faces.el	Sat Jan 12 12:17:16 2002 +0000
@@ -1769,7 +1769,7 @@
 
 
 (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"