From: Kim F. Storm Date: Tue, 6 Mar 2007 09:19:54 +0000 (+0000) Subject: (isearch-message-prefix): Undo 2007-03-01 change. X-Git-Tag: emacs-pretest-22.0.96~226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aec11aff8f70763a77b9ba17cbd7acfe0d05d7ef;p=emacs.git (isearch-message-prefix): Undo 2007-03-01 change. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 612af7e0ecd..2f17af43c14 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" "")