# HG changeset patch # User Kim F. Storm <storm@cua.dk> # Date 1173172794 0 # Node ID 80b69f15b2490396574fd5c4d0eb2170ca615d72 # Parent 0fa44ab48cff2bff7b3456f70db2cfae54acbb8d (isearch-message-prefix): Undo 2007-03-01 change. diff -r 0fa44ab48cff -r 80b69f15b249 lisp/isearch.el --- a/lisp/isearch.el Tue Mar 06 06:11:10 2007 +0000 +++ b/lisp/isearch.el Tue Mar 06 09:19:54 2007 +0000 @@ -1957,9 +1957,8 @@ (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" "")