Mercurial > emacs
changeset 29419:b82691dc560e
(make-autoload): Other typo. I'm getting tired.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 05 Jun 2000 06:37:11 +0000 |
parents | a6cd51379a76 |
children | 25fb2df6c428 |
files | lisp/emacs-lisp/autoload.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Mon Jun 05 06:33:44 2000 +0000 +++ b/lisp/emacs-lisp/autoload.el Mon Jun 05 06:37:11 2000 +0000 @@ -77,7 +77,7 @@ 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.