changeset 19117:a187f573752d

(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
author Richard M. Stallman <rms@gnu.org>
date Mon, 04 Aug 1997 03:00:36 +0000
parents 253c60717717
children 16ef8c28e4e0
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Mon Aug 04 03:00:25 1997 +0000
+++ b/src/fns.c	Mon Aug 04 03:00:36 1997 +0000
@@ -1959,7 +1959,7 @@
       Vautoload_queue = Qt;
 
       Fload (NILP (file_name) ? Fsymbol_name (feature) : file_name,
-	     Qnil, Qt, Qnil);
+	     Qnil, Qt, Qnil, Qt);
 
       tem = Fmemq (feature, Vfeatures);
       if (NILP (tem))