*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-01-29 02:55:51 +00:00
parent 95ac7579e9
commit 1b7c19df9a

View file

@ -1,5 +1,8 @@
2004-01-29 Kenichi Handa <handa@m17n.org>
* fns.c (string_char_to_byte): Optimize for ASCII only string.
(string_byte_to_char): Likewise.
* fileio.c (Finsert_file_contents): Avoid detecting a code twice.
* coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.