(make-autoload): Handle define-global-minor-mode.
This commit is contained in:
parent
39a27f952b
commit
1b39b4933b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ or macro definition or a defcustom)."
|
|||
(let ((car (car-safe form)) expand)
|
||||
(cond
|
||||
;; For complex cases, try again on the macro-expansion.
|
||||
((and (memq car '(easy-mmode-define-global-mode
|
||||
((and (memq car '(easy-mmode-define-global-mode define-global-minor-mode
|
||||
easy-mmode-define-minor-mode define-minor-mode))
|
||||
(setq expand (let ((load-file-name file)) (macroexpand form)))
|
||||
(eq (car expand) 'progn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue