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:
8fb58b2
)
(char-db-dump-non-ideographs): Fixed.
author
tomo
<tomo>
Fri, 21 Nov 2003 15:07:08 +0000
(15:07 +0000)
committer
tomo
<tomo>
Fri, 21 Nov 2003 15:07:08 +0000
(15:07 +0000)
char-db-dump.el
patch
|
blob
|
history
diff --git
a/char-db-dump.el
b/char-db-dump.el
index
f8ca125
..
8db86dd
100644
(file)
--- a/
char-db-dump.el
+++ b/
char-db-dump.el
@@
-133,7
+133,7
@@
(dolist (range char-db-ucs-range-file-list)
(write-char-range-data-to-file
(car range) (nth 1 range)
- (expand-file-name (nth 2 range) "/var/tmp")
+ (expand-file-name (nth 2 range) directory)
(nth 3 range)(nth 4 range))))