emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v
Date: Tue, 06 Mar 2007 09:19:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/03/06 09:19:54

Index: isearch.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -b -r1.295 -r1.296
--- isearch.el  1 Mar 2007 22:28:14 -0000       1.295
+++ isearch.el  6 Mar 2007 09:19:54 -0000       1.296
@@ -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" "")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]