changeset 17729:19b17b4f765d

(Fcall_process_region): Supply 7th new arg CODING_SYSTEM as Qnil to Fwrite_region.
author Kenichi Handa <handa@m17n.org>
date Sat, 10 May 1997 03:37:01 +0000
parents 25d58ba29c1b
children 4bbcc6804b5d
files src/callproc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Sat May 10 03:37:01 1997 +0000
+++ b/src/callproc.c	Sat May 10 03:37:01 1997 +0000
@@ -778,7 +778,7 @@
 	val = CONSP (coding_systems) ? XCONS (coding_systems)->cdr : Qnil;
       }
   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);
 
 #ifdef DOS_NT
   if (NILP (Vbinary_process_input))