(insert-ideograph-radical-char-data): Ignore non-Unicode UCS
[chise/xemacs-chise.git] / lisp / utf-2000 / close-cdb.el
1 (cond
2  ((featurep 'chise)
3   (dolist (attribute (char-attribute-list))
4     (close-char-attribute-table attribute))
5   ))
6
7 (garbage-collect)