mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
(Fcall_process): Set Vlast_coding_system_used after
reading from the process.
This commit is contained in:
parent
3fac5a51f7
commit
bbd29cfebd
@ -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…
Reference in New Issue
Block a user