*** empty log message ***

This commit is contained in:
Kenichi Handa
2000-08-04 05:53:39 +00:00
parent 78108bcdcc
commit 082a1df2db
2 changed files with 15 additions and 0 deletions

View File

@@ -2952,6 +2952,7 @@ read_process_output (proc, channel)
text = decode_coding_string (make_unibyte_string (chars, nbytes),
coding, 0);
Vlast_coding_system_used = coding->symbol;
/* A new coding system might be found. */
if (!EQ (p->decode_coding_system, coding->symbol))
{
@@ -3064,6 +3065,7 @@ read_process_output (proc, channel)
the buffer's mark is, and the user's next command is Meta-y. */
text = decode_coding_string (make_unibyte_string (chars, nbytes),
coding, 0);
Vlast_coding_system_used = coding->symbol;
/* A new coding system might be found. See the comment in the
similar code in the previous `if' block. */
if (!EQ (p->decode_coding_system, coding->symbol))