comparison src/callproc.c @ 20436:62b0709aac6d

(Fcall_process): Set Vlast_coding_system_used after reading from the process.
author Kenichi Handa <handa@m17n.org>
date Tue, 09 Dec 1997 04:12:03 +0000
parents ad33fb40e5e7
children afef187a070b
comparison
equal deleted inserted replaced
20435:099812ea310f 20436:62b0709aac6d
731 immediate_quit = 1; 731 immediate_quit = 1;
732 QUIT; 732 QUIT;
733 } 733 }
734 give_up: ; 734 give_up: ;
735 } 735 }
736
737 Vlast_coding_system_used = process_coding.symbol;
736 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
740 immediate_quit = 0; 742 immediate_quit = 0;