mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
fix(lib): void-variable type
When autodef'ing anything but functions.
This commit is contained in:
@@ -109,7 +109,7 @@ hoist buggy forms into autoloads.")
|
||||
(list (pcase definer
|
||||
(`defun 'defmacro)
|
||||
(`cl-defun `cl-defmacro)
|
||||
(_ type))
|
||||
(_ definer))
|
||||
symbol arglist
|
||||
(format "THIS FUNCTION DOES NOTHING BECAUSE %s IS DISABLED\n\n%s"
|
||||
module (if (stringp (car body))
|
||||
|
Reference in New Issue
Block a user