From: tomo Date: Wed, 3 Jul 2002 06:15:24 +0000 (+0000) Subject: New file. X-Git-Tag: r21-2-44-utf-2000-0_19-n11c~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7cd679e35cfa94785d2580ecc88f6396d6e4292d;p=chise%2Fxemacs-chise.git.1 New file. --- diff --git a/lisp/utf-2000/close-cdb.el b/lisp/utf-2000/close-cdb.el new file mode 100644 index 0000000..13427da --- /dev/null +++ b/lisp/utf-2000/close-cdb.el @@ -0,0 +1,7 @@ +(cond + ((featurep 'chise) + (dolist (attribute (char-attribute-list)) + (close-char-attribute-table attribute)) + )) + +(garbage-collect)