diff options
| author | Richard M. Stallman | 1998-03-02 19:07:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-02 19:07:00 +0000 |
| commit | 7d88962ce8e270f3ce3cda530ce862b2ee95a891 (patch) | |
| tree | 4b8e8c955c2a698e6b9721032464335b554c9d89 /src/callproc.c | |
| parent | ec5691271b1d5675b9782dcb1090721ce6c43383 (diff) | |
| download | emacs-7d88962ce8e270f3ce3cda530ce862b2ee95a891.tar.gz emacs-7d88962ce8e270f3ce3cda530ce862b2ee95a891.zip | |
(Fcall_process_region): Pass new arg to Fwrite_region.
Diffstat (limited to 'src/callproc.c')
| -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. */ |