From 5624ce651b9598adb6dd04c6e42ac2a38d39ffeb Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 20 Feb 2003 09:48:34 +0000 Subject: [PATCH] Refer Daikanwa than CBETA. --- install-ids.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-ids.el b/install-ids.el index 79a2335..484e64f 100644 --- a/install-ids.el +++ b/install-ids.el @@ -22,8 +22,6 @@ load-ids-simplify t) (setq i (1+ i)))) -(install-ids-read-file "IDS-CBETA.txt" load-ids-simplify t) - (let ((i 1)) (while (<= i 12) (install-ids-read-file (format "IDS-Daikanwa-%02d.txt" i) @@ -34,6 +32,8 @@ (install-ids-read-file "IDS-Daikanwa-ho.txt" load-ids-simplify t) +(install-ids-read-file "IDS-CBETA.txt" load-ids-simplify t) + (princ "Saving into ") (princ exec-directory) (princ "char-db/system-char-id/ideographic-structure...") -- 1.7.10.4