Mercurial > emacs
changeset 89874:90e1a09d1be5
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 30 Mar 2004 13:09:57 +0000 |
parents | 9a279ff9d245 |
children | 10387ba10fe5 |
files | src/ChangeLog.22 |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Tue Mar 30 13:09:38 2004 +0000 +++ b/src/ChangeLog.22 Tue Mar 30 13:09:57 2004 +0000 @@ -1,5 +1,9 @@ 2004-03-30 Kenichi Handa <handa@m17n.org> + * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of + goto invalid_code. + (decode_coding_iso_2022): Fix handling of invalid designation. + * fileio.c (Finsert_file_contents): Be sure to call unbind_to after calling code_conversion_save.