From: Kenichi Handa Date: Sat, 10 Jun 2000 08:03:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c479bd55eabc3bf77b8b3bb6f54664e33a326c97;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 5b73a6eddd2..593aaa36695 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2000-06-10 Kenichi Handa + * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. + (regex_compile): Fix the code for handling the case of single byte + char and multibyte char being mixed in a range within [...]. + * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte and dst_multibyte members of coding.