1
0
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:
Kenichi Handa 1997-12-09 04:12:03 +00:00
parent 3fac5a51f7
commit bbd29cfebd

View File

@ -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);