summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/callproc.c2
1 files changed, 2 insertions, 0 deletions
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);