comparison src/ChangeLog @ 88914:6d9bb23ad1e9

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Jul 2002 06:20:29 +0000
parents 8392c10256e6
children b508e1ffe828
comparison
equal deleted inserted replaced
88913:76074dea1258 88914:6d9bb23ad1e9
8 8
9 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not 9 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
10 SINGLE_BYTE_CHAR_P. 10 SINGLE_BYTE_CHAR_P.
11 11
12 * ccl.c (Fccl_execute_on_string): Add `const' to local variables. 12 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
13
14 * character.h (Vchar_script_table): Extern it.
13 15
14 * character.c (Vscript_alist): This variable deleted. 16 * character.c (Vscript_alist): This variable deleted.
15 (Vchar_script_table, Qchar_script_table): New variable. 17 (Vchar_script_table, Qchar_script_table): New variable.
16 (syms_of_character): Declare Vchar_script_table as a lisp variable 18 (syms_of_character): Declare Vchar_script_table as a lisp variable
17 and initialize it. 19 and initialize it.