From aec11aff8f70763a77b9ba17cbd7acfe0d05d7ef Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 6 Mar 2007 09:19:54 +0000 Subject: [PATCH] (isearch-message-prefix): Undo 2007-03-01 change. --- lisp/isearch.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 612af7e0ec..2f17af43c1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1957,9 +1957,8 @@ If there is no completion possible, say so and continue searching." (concat " [" current-input-method-title "]: ") ": ") ))) - (apply 'propertize - (concat (upcase (substring m 0 1)) (substring m 1)) - minibuffer-prompt-properties))) + (propertize (concat (upcase (substring m 0 1)) (substring m 1)) + 'face 'minibuffer-prompt))) (defun isearch-message-suffix (&optional c-q-hack ellipsis) (concat (if c-q-hack "^Q" "") -- 2.20.1