From 0ed2aed3315e0fa40217e8911edd444b13ceee32 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) (cherry picked from commit b87fda63dd4a29c3c28e235904405f2d6709239e) --- lisp/kmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/kmacro.el b/lisp/kmacro.el index d49e81da9a0..234ae5b3270 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -1579,7 +1579,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.39.5