# HG changeset patch # User Richard M. Stallman # Date 1009211971 0 # Node ID d020b569f2120c56c0f0fd3e8a1325d782d58e73 # Parent c4f9d48801a8c3e372c100a6ef4e077c5e6805e3 (minibuffer-prompt): New face. (minibuffer-prompt-properties): Add `face' property. diff -r c4f9d48801a8 -r d020b569f212 lisp/faces.el --- a/lisp/faces.el Mon Dec 24 16:29:42 2001 +0000 +++ b/lisp/faces.el Mon Dec 24 16:39:31 2001 +0000 @@ -1767,6 +1767,14 @@ :group 'basic-faces) +(defface minibuffer-prompt '((t ())) + "Face for minibuffer prompts." + :version "21.3" + :group 'basic-faces) + +(setq minibuffer-prompt-properties + (append minibuffer-prompt-properties (list 'face 'minibuffer-prompt))) + (defface region '((((type tty) (class color)) (:background "blue" :foreground "white"))