(Fload): Call Vload_source_file_function with 4 args.

This commit is contained in:
Erik Naggum
1997-02-27 19:08:35 +00:00
parent a1a17b614d
commit 7075e5a56a

View File

@@ -483,7 +483,7 @@ Return t if file exists.")
if (!NILP (Vload_source_file_function))
{
close (fd);
return call3 (Vload_source_file_function, found, file,
return call4 (Vload_source_file_function, found, file,
NILP (noerror) ? Qnil : Qt,
NILP (nomessage) ? Qnil : Qt);
}