projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46f55c
)
Use `save-charset-mapping-table' for all coded-charsets.
author
tomo
<tomo>
Sat, 9 Feb 2002 17:58:08 +0000
(17:58 +0000)
committer
tomo
<tomo>
Sat, 9 Feb 2002 17:58:08 +0000
(17:58 +0000)
lisp/utf-2000/make-cdbs.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/make-cdbs.el
b/lisp/utf-2000/make-cdbs.el
index
d2cff22
..
db0ae19
100644
(file)
--- a/
lisp/utf-2000/make-cdbs.el
+++ b/
lisp/utf-2000/make-cdbs.el
@@
-2,3
+2,8
@@
(save-char-attribute-table attribute))
(garbage-collect)
+
+(dolist (ccs (charset-list))
+ (save-charset-mapping-table ccs))
+
+(garbage-collect)