nit: minor reformatting, comment revision, & sharpquoting
This commit is contained in:
parent
35a89bdfa6
commit
7d93feb98c
2 changed files with 12 additions and 12 deletions
|
@ -407,8 +407,8 @@ COMMAND. This macro is meant to be used as a target for keybinds (e.g. with
|
|||
`(lambda (arg &rest _) (interactive "P")
|
||||
(let ((current-prefix-arg (or ,prefix-arg arg)))
|
||||
(,(if args
|
||||
'funcall-interactively
|
||||
'call-interactively)
|
||||
#'funcall-interactively
|
||||
#'call-interactively)
|
||||
,command ,@args))))
|
||||
|
||||
(defmacro cmds! (&rest branches)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue