# HG changeset patch # User Kenichi Handa # Date 1027664324 0 # Node ID 8392c10256e6af73832aedeb97780bb4be320390 # Parent ac7fec5a01d42a506810c64e16b72b6a62261c90 *** empty log message *** diff -r ac7fec5a01d4 -r 8392c10256e6 src/ChangeLog --- a/src/ChangeLog Fri Jul 26 04:08:40 2002 +0000 +++ b/src/ChangeLog Fri Jul 26 06:18:44 2002 +0000 @@ -11,6 +11,11 @@ * ccl.c (Fccl_execute_on_string): Add `const' to local variables. + * character.c (Vscript_alist): This variable deleted. + (Vchar_script_table, Qchar_script_table): New variable. + (syms_of_character): Declare Vchar_script_table as a lisp variable + and initialize it. + * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't have property char-table-extra-slots, make no extra slot.