2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>

* replace.el (perform-replace): Propertize message.
This commit is contained in:
Kim F. Storm 2007-03-01 13:43:48 +00:00
parent e2495d961f
commit cde6fe5cd0
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
* replace.el (perform-replace): Propertize message.
2007-03-01 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el (org-prepare-agenda-buffers): Also check for
@ -9,7 +13,7 @@
2007-02-28 Nick Roberts <nickrob@snap.net.nz>
* 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 <cyd@stupidchicken.com>
@ -41,6 +45,7 @@
* desktop.el: Delete header line listing me as maintainer.
>>>>>>> 1.10749
2007-02-28 Glenn Morris <rgm@gnu.org>
* tutorial.el (tutorial--describe-nonstandard-key): Tweak text in

View file

@ -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: (\\<query-replace-map>\\[help] for help) "))))
(apply 'propertize
(substitute-command-keys
"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