Fix the arg of `load'. From Dave Love <fx@gnu.org>.
+2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
+
+ * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
+ Fix the arg of `load'. From Dave Love <fx@gnu.org>.
+
2001-05-25 Andrew Choi <akochoi@i-cable.com>
* international/titdic-cnv.el (ctlau-gb-converter): `\' should
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))