aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-03-04 17:44:42 +0000
committerRichard M. Stallman2007-03-04 17:44:42 +0000
commitc57a1dc63b7cc32f055e2b0463adf86b6a1b405b (patch)
tree0937ba553463d0587319a0001bec025ea3a5f5ed
parentd0483d25c034c38a8c6f0d718e9780c50e6ba03a (diff)
downloademacs-c57a1dc63b7cc32f055e2b0463adf86b6a1b405b.tar.gz
emacs-c57a1dc63b7cc32f055e2b0463adf86b6a1b405b.zip
(minibuffer-prompt): Use medium blue by default.
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 54388fd54ca..8e93b9a4f3a 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2139,7 +2139,7 @@ created."
2139 ;; Don't use blue because many users of the MS-DOS port customize 2139 ;; Don't use blue because many users of the MS-DOS port customize
2140 ;; their foreground color to be blue. 2140 ;; their foreground color to be blue.
2141 (((type pc)) :foreground "magenta") 2141 (((type pc)) :foreground "magenta")
2142 (t :foreground "dark blue")) 2142 (t :foreground "medium blue"))
2143 "Face for minibuffer prompts. 2143 "Face for minibuffer prompts.
2144By default, Emacs automatically adds this face to the value of 2144By default, Emacs automatically adds this face to the value of
2145`minibuffer-prompt-properties', which is a list of text properties 2145`minibuffer-prompt-properties', which is a list of text properties