]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 15 Dec 2000 08:30:10 +0000 (08:30 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 15 Dec 2000 08:30:10 +0000 (08:30 +0000)
src/ChangeLog

index 043963d3c11b0162fe882e66c8e0e48fccfb2c58..eb956c482b9c786dd3497f9e00e5628886a6760c 100644 (file)
@@ -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.