projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d5327
)
* lisp/edmacro.el (edit-kbd-macro): Fix thinko (bug#61333)
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 7 Feb 2023 23:10:33 +0000
(18:10 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 7 Feb 2023 23:10:33 +0000
(18:10 -0500)
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index c0723dc8dfe4d25458492288a437a67fb2e3e67c..c995e2f89d743759430f6446839139600cea95ec 100644
(file)
--- a/
lisp/edmacro.el
+++ b/
lisp/edmacro.el
@@
-156,9
+156,9
@@
With a prefix argument, format the macro in a more concise way."
(setq mac cmd)
(setq cmd nil)))
(when (kmacro-p mac)
- (setq mac
(kmacro--keys
mac)
- mac-
counter (kmacro--counter
mac)
-
mac-format (kmacro--format
mac)))
+ (setq mac
-counter (kmacro--counter
mac)
+ mac-
format (kmacro--format
mac)
+
mac (kmacro--keys
mac)))
(unless (arrayp mac)
(error "Key sequence %s is not a keyboard macro"
(key-description keys)))