Mercurial > emacs
changeset 21019:e649ff36d717
(Fcall_process_region): Pass new arg to Fwrite_region.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Mar 1998 19:07:00 +0000 |
parents | edbd4156cf68 |
children | f7ace8487b28 |
files | src/callproc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Mon Mar 02 19:02:28 1998 +0000 +++ b/src/callproc.c Mon Mar 02 19:07:00 1998 +0000 @@ -898,7 +898,7 @@ #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. */