# HG changeset patch # User Kenichi Handa # Date 1078994805 0 # Node ID 2c945addc36ae6c7b2567c996c1bed134322ab4b # Parent 7160ded23e55ad395c1ea02359035ec8acb2bd91 *** empty log message *** diff -r 7160ded23e55 -r 2c945addc36a src/ChangeLog.22 --- 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 + + * 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 * coding.c (get_translation_table): Declare it as Lisp_Object.