changeset 76362:80b69f15b249

(isearch-message-prefix): Undo 2007-03-01 change.
author Kim F. Storm <storm@cua.dk>
date Tue, 06 Mar 2007 09:19:54 +0000
parents 0fa44ab48cff
children 5f7fd5f2b00f
files lisp/isearch.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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" "")