aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 8bf28ab74ea..1f2d639419f 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1632,7 +1632,7 @@ do_autoload (fundef, funname)
1632 /* Value saved here is to be restored into Vautoload_queue */ 1632 /* Value saved here is to be restored into Vautoload_queue */
1633 record_unwind_protect (un_autoload, Vautoload_queue); 1633 record_unwind_protect (un_autoload, Vautoload_queue);
1634 Vautoload_queue = Qt; 1634 Vautoload_queue = Qt;
1635 Fload (Fcar (Fcdr (fundef)), Qnil, noninteractive ? Qt : Qnil, Qnil); 1635 Fload (Fcar (Fcdr (fundef)), Qnil, noninteractive ? Qt : Qnil, Qnil, Qnil);
1636 1636
1637 /* Save the old autoloads, in case we ever do an unload. */ 1637 /* Save the old autoloads, in case we ever do an unload. */
1638 queue = Vautoload_queue; 1638 queue = Vautoload_queue;