From: Richard M. Stallman Date: Mon, 4 Aug 1997 03:00:36 +0000 (+0000) Subject: (Frequire): Pass t for the MUST-SUFFIX arg to Fload. X-Git-Tag: emacs-20.1~829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14a136b327ea31b249f2528137632696e7779882;p=emacs.git (Frequire): Pass t for the MUST-SUFFIX arg to Fload. --- 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))