From: Kim F. Storm Date: Thu, 1 Mar 2007 13:43:48 +0000 (+0000) Subject: 2007-03-01 Lennart Borgman X-Git-Tag: emacs-pretest-22.0.95~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cde6fe5cd0a02cdb697d3d0f3c026e42d9afc7dc;p=emacs.git 2007-03-01 Lennart Borgman * replace.el (perform-replace): Propertize message. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f09460e6a60..78eb1443aea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-03-01 Lennart Borgman + + * replace.el (perform-replace): Propertize message. + 2007-03-01 Carsten Dominik * textmodes/org.el (org-prepare-agenda-buffers): Also check for @@ -9,7 +13,7 @@ 2007-02-28 Nick Roberts - * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): + * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Correct doc strings. 2007-02-28 Chong Yidong @@ -41,6 +45,7 @@ * desktop.el: Delete header line listing me as maintainer. +>>>>>>> 1.10749 2007-02-28 Glenn Morris * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in diff --git a/lisp/replace.el b/lisp/replace.el index 20f38aec32f..5b970681ea7 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1423,8 +1423,10 @@ make, or the user didn't cancel the call." (message (if query-flag - (substitute-command-keys - "Query replacing %s with %s: (\\\\[help] for help) ")))) + (apply 'propertize + (substitute-command-keys + "Query replacing %s with %s: (\\\\[help] for help) ") + minibuffer-prompt-properties)))) ;; If region is active, in Transient Mark mode, operate on region. (when start