From bbd29cfebd25d5074dca599985db876a06536e39 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Dec 1997 04:12:03 +0000 Subject: [PATCH] (Fcall_process): Set Vlast_coding_system_used after reading from the process. --- src/callproc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/callproc.c b/src/callproc.c index 685efd66642..44edd572e80 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -734,6 +734,8 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") give_up: ; } + Vlast_coding_system_used = process_coding.symbol; + /* Wait for it to terminate, unless it already has. */ wait_for_termination (pid); -- 2.39.2