Mercurial > emacs
diff src/callproc.c @ 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 | 3c222a7edda1 |
| children | 967f92654591 |
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))
