From 2b4b4febb22320681411fc882a841ecd1efb3469 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 12 Sep 2004 21:39:40 +0000 Subject: (kmacro-step-edit-prompt): Add "%s" format to message. --- lisp/kmacro.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/kmacro.el') diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 9e3271d01c..5aefe46625 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -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)) " " "") -- cgit v1.2.3