(Fcall_process): Set Vlast_coding_system_used after
authorKenichi Handa <handa@m17n.org>
Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)
reading from the process.

src/callproc.c

index 685efd6..44edd57 100644 (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);