]> code.delx.au - gnu-emacs/commit
(read_process_output): Fix previous change, i.e, if
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)
commit486b111b207abc002c60ffe53b51eb28b7f5c66e
tree83cc189259b90815b6e859d1b8835ef5bb10f42a
parentb56567b5fd40f178124fee6a69adf43eda89002b
(read_process_output): Fix previous change, i.e, if
proc_encode_coding_system[p->outfd] is NULL, instead of allocating
`struct coding_system' for encoding, just skip setting up coding
system for encoding.  Set Vlast_coding_system_used after some text
is read.
(send_process): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.
src/process.c