]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-autoload): Handle define-global-minor-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 31 Mar 2005 21:17:40 +0000 (21:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 31 Mar 2005 21:17:40 +0000 (21:17 +0000)
lisp/emacs-lisp/autoload.el

index 0a75a43827efe91d79041acb077221ea1abeefcc..68d1287d98c8f0061fff70993446f29325f4341c 100644 (file)
@@ -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)