fix(lib): void-variable type

When autodef'ing anything but functions.
This commit is contained in:
Henrik Lissner
2025-09-25 03:29:56 -04:00
parent d6e1f25e77
commit 0e784755eb

View File

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