From b87fda63dd4a29c3c28e235904405f2d6709239e Mon Sep 17 00:00:00 2001 From: Earl Hyatt Date: Sun, 13 Oct 2024 13:44:18 -0400 Subject: [PATCH] Fix formatting of long keyboard macros by 'list-keyboard-macros'. * lisp/kmacro.el (kmacro-menu--refresh): Include the second argument of 'format-kbd-macro' so that the formatted keyboard macro is on a single line. (Bug#73797) --- lisp/kmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 50ff875de52..6d43a3f680c 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -1576,7 +1576,7 @@ To customize possible responses, change the \"bindings\" in ,(format "%d" cnt) ,fmt ,(format fmt cnt) - ,(format-kbd-macro (kmacro--keys km))]))) + ,(format-kbd-macro (kmacro--keys km) 1)]))) (kmacro-menu--kmacros)) kmacro-menu--deletion-flags nil kmacro-menu--marks nil) -- 2.30.2