From: tomo Date: Tue, 2 Oct 2001 08:00:19 +0000 (+0000) Subject: Call `update-ideograph-radical-table'. X-Git-Tag: chise-base-0_23~136 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd076fc65d8e74422ca62c3bce4ad5f794250de;p=chise%2Ftomoyo-tools.git Call `update-ideograph-radical-table'. --- 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)