changeset 37904:2ec445400397

(byte-compile-inline-expand): Undo last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 27 May 2001 11:00:59 +0000
parents a60b297f2679
children 80c941a9e835
files lisp/emacs-lisp/byte-opt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Sun May 27 10:38:51 2001 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Sun May 27 11:00:59 2001 +0000
@@ -265,7 +265,7 @@
 	  form)
       ;; else
       (when (and (consp fn) (eq (car fn) 'autoload))
-	(load (nth 1 fn))
+	(load (nth 2 fn))
 	(setq fn (or (and (fboundp name) (symbol-function name))
 		     (cdr (assq name byte-compile-function-environment)))))
       (if (and (consp fn) (eq (car fn) 'autoload))