emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el,v
Date: Thu, 01 Mar 2007 13:43:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/03/01 13:43:37

Index: replace.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/replace.el,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -b -r1.251 -r1.252
--- replace.el  28 Feb 2007 18:54:43 -0000      1.251
+++ replace.el  1 Mar 2007 13:43:37 -0000       1.252
@@ -1423,8 +1423,10 @@
 
        (message
         (if query-flag
+            (apply 'propertize
             (substitute-command-keys
-             "Query replacing %s with %s: (\\<query-replace-map>\\[help] for 
help) "))))
+                    "Query replacing %s with %s: 
(\\<query-replace-map>\\[help] for help) ")
+                   minibuffer-prompt-properties))))
 
     ;; If region is active, in Transient Mark mode, operate on region.
     (when start




reply via email to

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