From 31cf46d33df0ab4dd0281429cdf6365ebf0c30d3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 24 Dec 2001 16:39:31 +0000 Subject: [PATCH] (minibuffer-prompt): New face. (minibuffer-prompt-properties): Add `face' property. --- lisp/faces.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index d60d30a46f6..10f27f8b8e1 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1767,6 +1767,14 @@ created." :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")) -- 2.39.2