aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-06-05 06:37:11 +0000
committerStefan Monnier <[email protected]>2000-06-05 06:37:11 +0000
commit44bd81eacc510cecaf6a4c4f6f96e61feb4c9966 (patch)
tree526034767b67e3638852ae4c243b6c1a02c4f9dc /lisp/emacs-lisp/autoload.el
parente971339e72dd925f45a93eb166e56f13ccb16362 (diff)
(make-autoload): Other typo. I'm getting tired.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index b9edcdb8ff..3d1833c2fb 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.