]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process_region): Pass new arg to Fwrite_region.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Mar 1998 19:07:00 +0000 (19:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Mar 1998 19:07:00 +0000 (19:07 +0000)
src/callproc.c

index 4e1821a2aef3d786d31133614c879c18ebbe0627..3d117f52d6c7e302765eb1a0365f1d094f510139 100644 (file)
@@ -898,7 +898,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
 #endif
 
   specbind (intern ("coding-system-for-write"), val);
-  Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil);
+  Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil, Qnil);
 
   /* Note that Fcall_process takes care of binding 
      coding-system-for-read.  */