Mercurial > emacs
changeset 42298:d020b569f212
(minibuffer-prompt): New face.
(minibuffer-prompt-properties): Add `face' property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 Dec 2001 16:39:31 +0000 |
parents | c4f9d48801a8 |
children | 4bc3e5620674 |
files | lisp/faces.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"))