projects
/
chise
/
tomoyo-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228b6d8
)
New file.
author
tomo
<tomo>
Tue, 31 Jul 2001 07:58:25 +0000
(07:58 +0000)
committer
tomo
<tomo>
Tue, 31 Jul 2001 07:58:25 +0000
(07:58 +0000)
ideo-dump.el
[new file with mode: 0644]
patch
|
blob
diff --git a/ideo-dump.el
b/ideo-dump.el
new file mode 100644
(file)
index 0000000..
a15c434
--- /dev/null
+++ b/
ideo-dump.el
@@ -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