]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-message-prefix): Undo 2007-03-01 change.
authorKim F. Storm <storm@cua.dk>
Tue, 6 Mar 2007 09:19:54 +0000 (09:19 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 6 Mar 2007 09:19:54 +0000 (09:19 +0000)
lisp/isearch.el

index 612af7e0ecddaba195e4e263953d554b62f66459..2f17af43c14cf3a34f4fc327f3090f053149ce73 100644 (file)
@@ -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" "")