# HG changeset patch # User Stefan Monnier # Date 990961259 0 # Node ID 2ec445400397d97330d55340198ac2512a431a31 # Parent a60b297f267948ecc4d2f252e4986063b1cc1782 (byte-compile-inline-expand): Undo last change. diff -r a60b297f2679 -r 2ec445400397 lisp/emacs-lisp/byte-opt.el --- 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))