(ids-dump-insert-big5-pua): New function.
[chise/ids.git] / install-ids.el
index bfd4839..73471de 100644 (file)
     (setq i (1+ i))))
 
 (let ((i 1))
+  (while (<= i 2)
+    (install-ids-read-file (format "IDS-CNS-%d.txt" i)
+                          load-ids-simplify t)
+    (setq i (1+ i))))
+
+(let ((i 1))
   (while (<= i 12)
     (install-ids-read-file (format "IDS-Daikanwa-%02d.txt" i)
                           load-ids-simplify t)