diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 4e2ed5ccd2a..882b09bf5a3 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -483,7 +483,7 @@ Return t if file exists.") | |||
| 483 | if (!NILP (Vload_source_file_function)) | 483 | if (!NILP (Vload_source_file_function)) |
| 484 | { | 484 | { |
| 485 | close (fd); | 485 | close (fd); |
| 486 | return call3 (Vload_source_file_function, found, file, | 486 | return call4 (Vload_source_file_function, found, file, |
| 487 | NILP (noerror) ? Qnil : Qt, | 487 | NILP (noerror) ? Qnil : Qt, |
| 488 | NILP (nomessage) ? Qnil : Qt); | 488 | NILP (nomessage) ? Qnil : Qt); |
| 489 | } | 489 | } |