diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-04 03:00:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-04 03:00:36 +0000 |
commit | daefd809a5ff908ab8c06474e0e0ed90ea85d4eb (patch) | |
tree | f813e5972884b1646f2b6cec9302cf59163ce048 /src | |
parent | b2700df362bb31fcf0e1d4c86b6edf4a2ef76b1f (diff) | |
download | emacs-daefd809a5ff908ab8c06474e0e0ed90ea85d4eb.tar.gz |
(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
Diffstat (limited to 'src')
-rw-r--r-- | src/fns.c | 2 |
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.") 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)) |