New file.
authortomo <tomo>
Wed, 3 Jul 2002 06:15:24 +0000 (06:15 +0000)
committertomo <tomo>
Wed, 3 Jul 2002 06:15:24 +0000 (06:15 +0000)
lisp/utf-2000/close-cdb.el [new file with mode: 0644]

diff --git a/lisp/utf-2000/close-cdb.el b/lisp/utf-2000/close-cdb.el
new file mode 100644 (file)
index 0000000..13427da
--- /dev/null
@@ -0,0 +1,7 @@
+(cond
+ ((featurep 'chise)
+  (dolist (attribute (char-attribute-list))
+    (close-char-attribute-table attribute))
+  ))
+
+(garbage-collect)