aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-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.")
734 give_up: ; 734 give_up: ;
735 } 735 }
736 736
737 Vlast_coding_system_used = process_coding.symbol;
738
737 /* Wait for it to terminate, unless it already has. */ 739 /* Wait for it to terminate, unless it already has. */
738 wait_for_termination (pid); 740 wait_for_termination (pid);
739 741