Use `save-charset-mapping-table' for all coded-charsets.
authortomo <tomo>
Sat, 9 Feb 2002 17:58:08 +0000 (17:58 +0000)
committertomo <tomo>
Sat, 9 Feb 2002 17:58:08 +0000 (17:58 +0000)
lisp/utf-2000/make-cdbs.el

index d2cff22..db0ae19 100644 (file)
@@ -2,3 +2,8 @@
   (save-char-attribute-table attribute))
 
 (garbage-collect)
+
+(dolist (ccs (charset-list))
+  (save-charset-mapping-table ccs))
+
+(garbage-collect)