(fill_char_table): Initialize `ct->unloaded'.
authortomo <tomo>
Wed, 30 Jan 2002 18:45:35 +0000 (18:45 +0000)
committertomo <tomo>
Wed, 30 Jan 2002 18:45:35 +0000 (18:45 +0000)
commitf0d9dd92533b37aa4ba1cbb094435a7be911e22c
tree5a2f3e3377d99b004ca7466c09ce901f776a0df4
parentcf8e907f3eeab11eb1ae3e9416043931bcc78b35
(fill_char_table): Initialize `ct->unloaded'.
(Fput_char_attribute): Set XCHAR_TABLE_UNLOADED(table) if
HAVE_DATABASE is defined.
(char_attribute_table_to_load): New variable of UTF-2000 with external
database support.
(Qload_char_attribute_table_map_function): Likewise.
(Fload_char_attribute_table_map_function): New function of UTF-2000
with external database support.
(Fload_char_attribute_table): New function of UTF-2000.
(Fmap_char_attribute): Call Fload_char_attribute_table if
CHAR_TABLE_UNLOADED(ct) is set when HAVE_DATABASE is defined.
(syms_of_chartab): Add new symbol and function
`load-char-attribute-table-map-function' in UTF-2000 with external
database support; add new function `load-char-attribute-table' in
UTF-2000.
src/chartab.c