Mercurial > emacs
diff lisp/emacs-lisp/autoload.el @ 90136:7a3341d65a12
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 223-227)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 02 Apr 2005 22:40:25 +0000 |
parents | cb67264d6096 64c207ce6c20 |
children | bb71c6cf2009 |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Thu Mar 31 11:27:46 2005 +0000 +++ b/lisp/emacs-lisp/autoload.el Sat Apr 02 22:40:25 2005 +0000 @@ -72,7 +72,7 @@ (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)