diff options
| author | Kenichi Handa | 1997-12-09 04:12:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-12-09 04:12:03 +0000 |
| commit | bbd29cfebd25d5074dca599985db876a06536e39 (patch) | |
| tree | 71d2dce33328654848c5d3b5974afdf79ac2c071 /src/callproc.c | |
| parent | 3fac5a51f73a80021451704dc053aa638a00baf1 (diff) | |
| download | emacs-bbd29cfebd25d5074dca599985db876a06536e39.tar.gz emacs-bbd29cfebd25d5074dca599985db876a06536e39.zip | |
(Fcall_process): Set Vlast_coding_system_used after
reading from the process.
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index 685efd66642..44edd572e80 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -734,6 +734,8 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") | |||
| 734 | give_up: ; | 734 | give_up: ; |
| 735 | } | 735 | } |
| 736 | 736 | ||
| 737 | Vlast_coding_system_used = process_coding.symbol; | ||
| 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 | ||