diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 4e1821a2aef..3d117f52d6c 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -898,7 +898,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") | |||
| 898 | #endif | 898 | #endif |
| 899 | 899 | ||
| 900 | specbind (intern ("coding-system-for-write"), val); | 900 | specbind (intern ("coding-system-for-write"), val); |
| 901 | Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil); | 901 | Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil, Qnil); |
| 902 | 902 | ||
| 903 | /* Note that Fcall_process takes care of binding | 903 | /* Note that Fcall_process takes care of binding |
| 904 | coding-system-for-read. */ | 904 | coding-system-for-read. */ |