]> code.delx.au - gnu-emacs/commitdiff
(kmacro-step-edit-prompt): Add "%s" format to message.
authorKim F. Storm <storm@cua.dk>
Sun, 12 Sep 2004 21:39:40 +0000 (21:39 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 12 Sep 2004 21:39:40 +0000 (21:39 +0000)
lisp/kmacro.el

index 9e3271d01ccd7f78b69ec297c38177e142359d53..5aefe46625d8742a2578312cf6521d5de83b7e9e 100644 (file)
@@ -928,7 +928,8 @@ following additional answers: `insert', `insert-1', `replace', `replace-1',
        (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)) " " "")