changeset 76263:6ad212461ddf

2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se> (isearch-message-prefix): Use minibuffer-prompt-properties.
author Kim F. Storm <storm@cua.dk>
date Thu, 01 Mar 2007 22:28:14 +0000
parents e4ba5b3d7420
children 02b8936a414a
files lisp/isearch.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Thu Mar 01 22:27:47 2007 +0000
+++ b/lisp/isearch.el	Thu Mar 01 22:28:14 2007 +0000
@@ -1957,8 +1957,9 @@
 		       (concat " [" current-input-method-title "]: ")
 		     ": ")
 		   )))
-    (propertize (concat (upcase (substring m 0 1)) (substring m 1))
-		'face 'minibuffer-prompt)))
+    (apply 'propertize
+	   (concat (upcase (substring m 0 1)) (substring m 1))
+	   minibuffer-prompt-properties)))
 
 (defun isearch-message-suffix (&optional c-q-hack ellipsis)
   (concat (if c-q-hack "^Q" "")