aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-04 03:00:36 +0000
committerRichard M. Stallman1997-08-04 03:00:36 +0000
commit14a136b327ea31b249f2528137632696e7779882 (patch)
tree28587b196f155276a2756adb868fd3f05542efad /src
parent76323a073ceabbbca95e5d9b612eccbb81b0df52 (diff)
downloademacs-14a136b327ea31b249f2528137632696e7779882.tar.gz
emacs-14a136b327ea31b249f2528137632696e7779882.zip
(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 6ad7b9f8467..8387f870036 100644
--- 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.")
1959 Vautoload_queue = Qt; 1959 Vautoload_queue = Qt;
1960 1960
1961 Fload (NILP (file_name) ? Fsymbol_name (feature) : file_name, 1961 Fload (NILP (file_name) ? Fsymbol_name (feature) : file_name,
1962 Qnil, Qt, Qnil); 1962 Qnil, Qt, Qnil, Qt);
1963 1963
1964 tem = Fmemq (feature, Vfeatures); 1964 tem = Fmemq (feature, Vfeatures);
1965 if (NILP (tem)) 1965 if (NILP (tem))