From: Kenichi Handa Date: Fri, 15 Dec 2000 08:30:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc13730549dae00470341b4b77a95ea0eb968b5d;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 043963d3c11..eb956c482b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.