# HG changeset patch # User Kim F. Storm # Date 1172756617 0 # Node ID 628675607c393af0fa2993838dacfa531bdb20eb # Parent 722c4eca187bb7be42e1db031f6665dc1d01c047 2007-03-01 Lennart Borgman * replace.el (perform-replace): Propertize message. diff -r 722c4eca187b -r 628675607c39 lisp/replace.el --- a/lisp/replace.el Thu Mar 01 12:11:15 2007 +0000 +++ b/lisp/replace.el Thu Mar 01 13:43:37 2007 +0000 @@ -1423,8 +1423,10 @@ (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