(make-autoload): Other typo. I'm getting tired.
This commit is contained in:
parent
e971339e72
commit
44bd81eacc
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Returns nil if FORM is not a function or variable or macro definition."
|
|||
define-generic-mode
|
||||
easy-mmode-define-minor-mode
|
||||
define-minor-mode)) t)
|
||||
(eq (car-safe (car form)) 'interactive))
|
||||
(eq (car-safe (car body)) 'interactive))
|
||||
(if macrop (list 'quote 'macro) nil)))
|
||||
;; Convert defcustom to a simpler (and less space-consuming) defvar,
|
||||
;; but add some extra stuff if it uses :require.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue