(char-db-insert-char-reference): Don't insert line-break just before
[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)