# HG changeset patch # User Pavel Jank # Date 1018344308 0 # Node ID 7b12b9e275f72ac21fae3872ed6fa75aceb29c5b # Parent a7dbce305a533846523b3ec826219482120456bc (isearch-message-prefix): Use minibuffer-prompt face for prompt. diff -r a7dbce305a53 -r 7b12b9e275f7 lisp/isearch.el --- 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)