projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae75ea6
)
Fix formatting of long keyboard macros by 'list-keyboard-macros'.
author
Earl Hyatt
<okamsn@protonmail.com>
Sun, 13 Oct 2024 17:44:18 +0000
(13:44 -0400)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 14 Oct 2024 11:37:39 +0000
(14:37 +0300)
* 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
patch
|
blob
|
history
diff --git
a/lisp/kmacro.el
b/lisp/kmacro.el
index 50ff875de5262018cae73bc5d2ac807489064b4a..6d43a3f680cfd2a8827cfb24267b7fbf41399bc0 100644
(file)
--- 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)