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

index e86f6d6469398758a64c125d656fb692e5c6194b..3b15ace4ff39ea53cc1427cfc0796616fee813e0 100644 (file)
@@ -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>