New file.
authortomo <tomo>
Tue, 31 Jul 2001 07:58:25 +0000 (07:58 +0000)
committertomo <tomo>
Tue, 31 Jul 2001 07:58:25 +0000 (07:58 +0000)
ideo-dump.el [new file with mode: 0644]

diff --git a/ideo-dump.el b/ideo-dump.el
new file mode 100644 (file)
index 0000000..a15c434
--- /dev/null
@@ -0,0 +1,4 @@
+(let ((i 1))
+  (while (<= i 214)
+    (write-ideograph-radical-char-data i "/var/tmp")
+    (setq i (1+ i))))
\ No newline at end of file