mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(do_autoload): Pass new arg to Fload.
This commit is contained in:
parent
f0a50954f3
commit
76323a073c
1 changed files with 1 additions and 1 deletions
|
|
@ -1632,7 +1632,7 @@ do_autoload (fundef, funname)
|
|||
/* Value saved here is to be restored into Vautoload_queue */
|
||||
record_unwind_protect (un_autoload, Vautoload_queue);
|
||||
Vautoload_queue = Qt;
|
||||
Fload (Fcar (Fcdr (fundef)), Qnil, noninteractive ? Qt : Qnil, Qnil);
|
||||
Fload (Fcar (Fcdr (fundef)), Qnil, noninteractive ? Qt : Qnil, Qnil, Qnil);
|
||||
|
||||
/* Save the old autoloads, in case we ever do an unload. */
|
||||
queue = Vautoload_queue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue