From: Kenichi Handa Date: Thu, 14 Dec 2000 01:27:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1da1bb05a859d33100b018259458ae5436767c17;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index b425bb2bc07..3ff59a15679 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -9,7 +9,10 @@ argument MULTIBYTEP. Callers changed. (detect_coding_mask, detect_coding_system): New argument MULTIBYTEP. Callers changed. - + (decode_coding_string): Set coding->src_multibyte and + coding->dst_multibyte before calling detect_coding and detect_eol. + Update them after some coding system is detected. + 2000-12-13 Stefan Monnier * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.