projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3217adc
)
New file.
author
tomo
<tomo>
Wed, 3 Jul 2002 06:15:24 +0000
(06:15 +0000)
committer
tomo
<tomo>
Wed, 3 Jul 2002 06:15:24 +0000
(06:15 +0000)
lisp/utf-2000/close-cdb.el
[new file with mode: 0644]
patch
|
blob
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
+++ 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)