changeset 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 099812ea310f
children f173ebdb6be2
files src/callproc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Tue Dec 09 04:12:03 1997 +0000
+++ b/src/callproc.c	Tue Dec 09 04:12:03 1997 +0000
@@ -734,6 +734,8 @@
   give_up: ;
   }
 
+  Vlast_coding_system_used = process_coding.symbol;
+
   /* Wait for it to terminate, unless it already has.  */
   wait_for_termination (pid);