aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-02 19:07:00 +0000
committerRichard M. Stallman1998-03-02 19:07:00 +0000
commit7d88962ce8e270f3ce3cda530ce862b2ee95a891 (patch)
tree4b8e8c955c2a698e6b9721032464335b554c9d89 /src/callproc.c
parentec5691271b1d5675b9782dcb1090721ce6c43383 (diff)
downloademacs-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.c2
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. */