nit: minor reformatting, comment revision, & sharpquoting

This commit is contained in:
Henrik Lissner 2022-07-29 12:22:33 +02:00
parent 35a89bdfa6
commit 7d93feb98c
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 12 additions and 12 deletions

View file

@ -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)