Mercurial > emacs
changeset 89862:2c945addc36a
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 11 Mar 2004 08:46:45 +0000 |
parents | 7160ded23e55 |
children | 428fc37b2ae6 |
files | src/ChangeLog.22 |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Thu Mar 11 08:46:07 2004 +0000 +++ b/src/ChangeLog.22 Thu Mar 11 08:46:45 2004 +0000 @@ -1,3 +1,11 @@ +2004-03-11 Kenichi Handa <handa@etlken2> + + * coding.c (get_translation_table): Allow max_lookup to be NULL. + (decode_coding): Call get_translation_table with max_lookup NULL. + (Ffind_coding_systems_region_internal): Likewise. + (Funencodable_char_position, Fcheck_coding_systems_region): + Likewise. + 2004-03-11 Kenichi Handa <handa@m17n.org> * coding.c (get_translation_table): Declare it as Lisp_Object.