]> code.delx.au - gnu-emacs/commitdiff
(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 03:00:36 +0000 (03:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 03:00:36 +0000 (03:00 +0000)
src/fns.c

index 6ad7b9f846723914931ab7a86bdb08c6f1d88af3..8387f8700361f660c10deccee93a02fbaab2abf0 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1959,7 +1959,7 @@ If FILENAME is omitted, the printname of FEATURE is used as the file name.")
       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))