Mercurial > emacs
changeset 44457:7b12b9e275f7
(isearch-message-prefix): Use minibuffer-prompt face for prompt.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 09 Apr 2002 09:25:08 +0000 |
parents | a7dbce305a53 |
children | 36e16d9ae91b |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Mon Apr 08 23:05:26 2002 +0000 +++ b/lisp/isearch.el Tue Apr 09 09:25:08 2002 +0000 @@ -1600,7 +1600,7 @@ (concat " [" current-input-method-title "]: ") ": ") ))) - (concat (upcase (substring m 0 1)) (substring m 1)))) + (propertize (concat (upcase (substring m 0 1)) (substring m 1)) 'face 'minibuffer-prompt))) (defun isearch-message-suffix (&optional c-q-hack ellipsis)