(Fcall_process): Set Vlast_coding_system_used after
reading from the process.
This commit is contained in:
parent
3fac5a51f7
commit
bbd29cfebd
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue