From: Stefan Monnier Date: Mon, 5 Jun 2000 06:37:11 +0000 (+0000) Subject: (make-autoload): Other typo. I'm getting tired. X-Git-Tag: emacs-pretest-21.0.90~3523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44bd81eacc510cecaf6a4c4f6f96e61feb4c9966;p=emacs.git (make-autoload): Other typo. I'm getting tired. --- diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index b9edcdb8ffd..3d1833c2fb3 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -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.