From 14a136b327ea31b249f2528137632696e7779882 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 4 Aug 1997 03:00:36 +0000 Subject: [PATCH] (Frequire): Pass t for the MUST-SUFFIX arg to Fload. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2