(map_over_uint8_byte_table): Set Qunbound if an element is Qunloaded.
authortomo <tomo>
Tue, 5 Feb 2002 07:11:48 +0000 (07:11 +0000)
committertomo <tomo>
Tue, 5 Feb 2002 07:11:48 +0000 (07:11 +0000)
commitf6dad73b17e06de0759751a166ebffeb4a0ba9d9
treeee6b63d6dc8c56cd79008883f82e7a932d5db6e1
parenta50a29f9d211301c7f6bb6acd752acdb9c682d1b
(map_over_uint8_byte_table): Set Qunbound if an element is Qunloaded.
(map_over_uint16_byte_table): Likewise.
(map_over_byte_table): Likewise.
(map_char_table): Likewise for CHARTAB_RANGE_ALL in UTF-2000; when
CHARTAB_RANGE_CHARSET is specified in UTF-2000 with external database
support, load encoding-table of the specified coded-charset if it is
not loaded yet.
(save_uint8_byte_table): New function of UTF-2000 with external
database support.
(save_uint16_byte_table): Likewise.
(save_byte_table): Likewise.
(Fput_char_attribute): Don't store value into external database even
if the external database feature is supported in UTF-2000; set
`attribute' as name of char-table if the external database feature is
supported.
(Fsave_char_attribute_table): New function in UTF-2000.
(syms_of_chartab): Add new builtin function
`save-char-attribute-table' in UTF-2000.
src/chartab.c