changeset 57078:778b22aae530

(kmacro-step-edit-prompt): Add "%s" format to message.
author Kim F. Storm <storm@cua.dk>
date Sun, 12 Sep 2004 21:39:40 +0000
parents 35b4fdda578a
children 6f014cde9d81
files lisp/kmacro.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/kmacro.el	Sun Sep 12 21:39:06 2004 +0000
+++ b/lisp/kmacro.el	Sun Sep 12 21:39:40 2004 +0000
@@ -928,7 +928,8 @@
 	(curmsg (current-message)))
 
     ;; TODO: Scroll macro if max-mini-window-height is too small.
-    (message (concat
+    (message "%s"
+	     (concat
 	      (format "Macro: %s%s%s%s%s\n"
 		      (format-kbd-macro kmacro-step-edit-new-macro 1)
 		      (if (and kmacro-step-edit-new-macro (> (length kmacro-step-edit-new-macro) 0)) " " "")