From: tomo Date: Sat, 9 Feb 2002 17:58:08 +0000 (+0000) Subject: Use `save-charset-mapping-table' for all coded-charsets. X-Git-Tag: r21-2-44-lazy-n7c~138 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=42d8a0c2372c0f29cb63a7d8eae9a004be9abbb5;p=chise%2Fxemacs-chise.git- Use `save-charset-mapping-table' for all coded-charsets. --- diff --git a/lisp/utf-2000/make-cdbs.el b/lisp/utf-2000/make-cdbs.el index d2cff22..db0ae19 100644 --- 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)