# HG changeset patch # User Kim F. Storm # Date 1095025180 0 # Node ID 778b22aae530e06493bef59104497dd9bc97d20f # Parent 35b4fdda578abda38e634b86cda3f5e31989ba0e (kmacro-step-edit-prompt): Add "%s" format to message. diff -r 35b4fdda578a -r 778b22aae530 lisp/kmacro.el --- 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)) " " "")