From: Richard M. Stallman Date: Mon, 2 Mar 1998 19:07:00 +0000 (+0000) Subject: (Fcall_process_region): Pass new arg to Fwrite_region. X-Git-Tag: emacs-20.3~2055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d88962ce8e270f3ce3cda530ce862b2ee95a891;p=emacs.git (Fcall_process_region): Pass new arg to Fwrite_region. --- 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.") #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. */