argument `rehash' is specified, call `open_chise_data_source_maybe'
before `chise_ds_foreach_char_feature_name' is called.
#ifdef HAVE_LIBCHISE
if (!NILP (rehash))
- chise_ds_foreach_char_feature_name
- (default_chise_data_source, &char_attribute_list_reset_map_func);
+ {
+ open_chise_data_source_maybe ();
+ chise_ds_foreach_char_feature_name
+ (default_chise_data_source, &char_attribute_list_reset_map_func);
+ }
#endif
GCPRO1 (char_attribute_list);
char_attribute_list_closure.char_attribute_list = &char_attribute_list;