Skip to content

Commit

Permalink
transient--debug: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed May 9, 2024
1 parent e2bfe89 commit dc967e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -2607,12 +2607,12 @@ value. Otherwise return CHILDREN as is."
(if (symbolp arg)
(message "-- %-22s (cmd: %s, event: %S, exit: %s%s)"
arg
(or (and (symbolp this-command) this-command)
(if (fboundp 'help-fns-function-name)
(help-fns-function-name this-command)
(if (byte-code-function-p this-command)
"#[...]"
this-command)))
(cond ((and (symbolp this-command) this-command))
((fboundp 'help-fns-function-name)
(help-fns-function-name this-command))
((byte-code-function-p this-command)
"#[...]")
(this-command))
(key-description (this-command-keys-vector))
transient--exitp
(cond ((keywordp (car args))
Expand Down

0 comments on commit dc967e0

Please sign in to comment.