From 7d88962ce8e270f3ce3cda530ce862b2ee95a891 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Mar 1998 19:07:00 +0000 Subject: [PATCH] (Fcall_process_region): Pass new arg to Fwrite_region. --- src/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2