comparison src/ChangeLog @ 95430:04a952ac356f

* chartab.c (Foptimize_char_table, optimize_sub_char_table): Add a `test' argument so another predicate than `equal' can be used. (map_sub_char_table): Use `eq' rather than `equal' to merge ranges. (map_char_table): Remove unused vars `c' and `i'. * lisp.h (Foptimize_char_table): Adjust declaration. * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 30 May 2008 21:07:50 +0000
parents d3eb9cc70765
children a27eb04b8dc4
comparison
equal deleted inserted replaced
95429:efb06c4d4792 95430:04a952ac356f
1 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
4 Add a `test' argument so another predicate than `equal' can be used.
5 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
6 (map_char_table): Remove unused vars `c' and `i'.
7 * lisp.h (Foptimize_char_table): Adjust declaration.
8 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
9
1 2008-05-30 Kenichi Handa <handa@m17n.org> 10 2008-05-30 Kenichi Handa <handa@m17n.org>
2 11
3 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is 12 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
4 defined.
5 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is 13 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
6 defined. 14 defined.
7 15
8 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> 16 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9 17