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:
0365179
)
(char-dump-target-directory): New variable.
author
tomo
<tomo>
Tue, 31 Jul 2001 08:00:43 +0000
(08:00 +0000)
committer
tomo
<tomo>
Tue, 31 Jul 2001 08:00:43 +0000
(08:00 +0000)
ideo-dump.el
patch
|
blob
|
history
diff --git
a/ideo-dump.el
b/ideo-dump.el
index
a15c434
..
0bf082e
100644
(file)
--- a/
ideo-dump.el
+++ b/
ideo-dump.el
@@
-1,4
+1,6
@@
+(defvar char-dump-target-directory "/var/tmp")
+
(let ((i 1))
(while (<= i 214)
- (write-ideograph-radical-char-data i "/var/tmp")
- (setq i (1+ i))))
\ No newline at end of file
+ (write-ideograph-radical-char-data i char-dump-target-directory)
+ (setq i (1+ i))))