mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-05 18:20:29 -08:00
fix(lib): void-variable type
When autodef'ing anything but functions.
This commit is contained in:
parent
d6e1f25e77
commit
0e784755eb
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ hoist buggy forms into autoloads.")
|
||||||
(list (pcase definer
|
(list (pcase definer
|
||||||
(`defun 'defmacro)
|
(`defun 'defmacro)
|
||||||
(`cl-defun `cl-defmacro)
|
(`cl-defun `cl-defmacro)
|
||||||
(_ type))
|
(_ definer))
|
||||||
symbol arglist
|
symbol arglist
|
||||||
(format "THIS FUNCTION DOES NOTHING BECAUSE %s IS DISABLED\n\n%s"
|
(format "THIS FUNCTION DOES NOTHING BECAUSE %s IS DISABLED\n\n%s"
|
||||||
module (if (stringp (car body))
|
module (if (stringp (car body))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue