Mercurial > emacs
changeset 32444:dd1d1067760b
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 13 Oct 2000 08:19:47 +0000 |
parents | 57fa108c491f |
children | 05513a882886 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 13 08:01:24 2000 +0000 +++ b/src/ChangeLog Fri Oct 13 08:19:47 2000 +0000 @@ -2,6 +2,10 @@ * coding.c (code_convert_region): Be sure to initialize coding->category_idx. + (decode_coding_string): Set coding->src_multibyte and + coding->dst_multibyte before using CODING_REQUIRE_DECODING. + (encode_coding_string): Set coding->src_multibyte and + coding->dst_multibyte before using CODING_REQUIRE_ENCODING. 2000-10-12 Stefan Monnier <monnier@cs.yale.edu>