Mercurial > emacs
diff src/process.c @ 30582:280157ad4aa3
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 04 Aug 2000 05:53:39 +0000 |
| parents | 5d92193ed196 |
| children | 0fe5afca71e4 |
line wrap: on
line diff
--- a/src/process.c Fri Aug 04 05:53:01 2000 +0000 +++ b/src/process.c Fri Aug 04 05:53:39 2000 +0000 @@ -2952,6 +2952,7 @@ 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 @@ 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))
