(Vchar_coding_system_table): Remove this variable.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Mar 2003 04:26:15 +0000 (04:26 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Mar 2003 04:26:15 +0000 (04:26 +0000)
commit067a6a66a644d64e7b714f1feccd73355ebb0cd1
tree24f75b4982c83a6d709617bc3673ae093f29c4ec
parentfcaabbd5c2f193d26919ddc176154e872a7555df
(Vchar_coding_system_table): Remove this variable.
(Vcoding_system_safe_chars): New variable.
(intersection): Remove this function.
(find_safe_codings): Don't use Vchar_coding_system_table, but try
all codings in SAFE_CODINGS.
(Ffind_coding_systems_region_internal): Adjusted for the change of
find_safe_codings.  Get generic coding systems from
Vcoding_system_safe_chars.
(Fdefine_coding_system_internal): New function.
(syms_of_coding): Defsubr Sdefine_coding_system_internal.
Initialize and staticpro Vcoding_system_safe_chars.
src/coding.c