From acd076fc65d8e74422ca62c3bce4ad5f794250de Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 2 Oct 2001 08:00:19 +0000 Subject: [PATCH] Call `update-ideograph-radical-table'. --- ideo-dump.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ideo-dump.el b/ideo-dump.el index 0bf082e..887dc23 100644 --- a/ideo-dump.el +++ b/ideo-dump.el @@ -1,5 +1,7 @@ (defvar char-dump-target-directory "/var/tmp") +(update-ideograph-radical-table) + (let ((i 1)) (while (<= i 214) (write-ideograph-radical-char-data i char-dump-target-directory) -- 1.7.10.4