mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(lib): cmd!: remove superfluous macro declarations
These don't apply to macros anyway.
This commit is contained in:
parent
82cfe98ccc
commit
ea616ebd5b
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ minus font-locking and the outer function call, plus some minor optimizations."
|
|||
"Returns (lambda () (interactive) ,@body)
|
||||
A factory for quickly producing interaction commands, particularly for keybinds
|
||||
or aliases."
|
||||
(declare (doc-string 1) (pure t) (side-effect-free t))
|
||||
(declare (doc-string 1))
|
||||
`(lambda (&rest _) (interactive) ,@body))
|
||||
|
||||
(defmacro cmd!! (command &optional prefix-arg &rest args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue