changeset 17125:4a6c43010388

(Fload): Call Vload_source_file_function with 4 args.
author Erik Naggum <erik@naggum.no>
date Thu, 27 Feb 1997 19:08:35 +0000
parents fdad8ea24563
children f8d7263cce09
files src/lread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Thu Feb 27 11:15:55 1997 +0000
+++ b/src/lread.c	Thu Feb 27 19:08:35 1997 +0000
@@ -483,7 +483,7 @@
       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);
 	}