mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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)
This commit is contained in:
parent
ae75ea6232
commit
b87fda63dd
@ -1576,7 +1576,7 @@ To customize possible responses, change the \"bindings\" in
|
|||||||
,(format "%d" cnt)
|
,(format "%d" cnt)
|
||||||
,fmt
|
,fmt
|
||||||
,(format fmt cnt)
|
,(format fmt cnt)
|
||||||
,(format-kbd-macro (kmacro--keys km))])))
|
,(format-kbd-macro (kmacro--keys km) 1)])))
|
||||||
(kmacro-menu--kmacros))
|
(kmacro-menu--kmacros))
|
||||||
kmacro-menu--deletion-flags nil
|
kmacro-menu--deletion-flags nil
|
||||||
kmacro-menu--marks nil)
|
kmacro-menu--marks nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user