]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fload): Call Vload_source_file_function with 4 args.
authorErik Naggum <erik@naggum.no>
Thu, 27 Feb 1997 19:08:35 +0000 (19:08 +0000)
committerErik Naggum <erik@naggum.no>
Thu, 27 Feb 1997 19:08:35 +0000 (19:08 +0000)
src/lread.c

index 4e2ed5ccd2aae73e2f73e6b26ac3b8c746021db0..882b09bf5a39dcdbee26ccb57cdaf49e8e31b05a 100644 (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);
        }