]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-inline-expand): Fix the arg of `load' again.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 May 2001 11:12:13 +0000 (11:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 May 2001 11:12:13 +0000 (11:12 +0000)
lisp/emacs-lisp/byte-opt.el

index 5c713b134497abe4a26a432fc4aa749fe288f3e4..95c9e71437278345ced6c84677bcafbead020eb6 100644 (file)
          form)
       ;; else
       (when (and (consp fn) (eq (car fn) 'autoload))
-       (load (nth 2 fn))
+       (load (nth 1 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))