Mercurial > emacs
changeset 34592:726f3f38d889
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 15 Dec 2000 08:30:10 +0000 |
parents | 9d5d795f9315 |
children | f727eb496b4e |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 15 04:45:53 2000 +0000 +++ b/src/ChangeLog Fri Dec 15 08:30:10 2000 +0000 @@ -2,6 +2,10 @@ * coding.c (setup_coding_system): Clear all members of the struct coding_system at first. + (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP + argument. + (code_convert_region): Don't override coding->src_multibyte and + coding->dst_multibyte. * fns.c (Fmd5): Docstring improved.