projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af32ce
)
Install IDS-CNS-[12].txt.
author
tomo
<tomo>
Mon, 17 Nov 2003 05:02:23 +0000
(
05:02
+0000)
committer
tomo
<tomo>
Mon, 17 Nov 2003 05:02:23 +0000
(
05:02
+0000)
install-ids.el
patch
|
blob
|
history
diff --git
a/install-ids.el
b/install-ids.el
index
bfd4839
..
73471de
100644
(file)
--- a/
install-ids.el
+++ b/
install-ids.el
@@
-23,6
+23,12
@@
(setq i (1+ i))))
(let ((i 1))
+ (while (<= i 2)
+ (install-ids-read-file (format "IDS-CNS-%d.txt" i)
+ load-ids-simplify t)
+ (setq i (1+ i))))
+
+(let ((i 1))
(while (<= i 12)
(install-ids-read-file (format "IDS-Daikanwa-%02d.txt" i)
load-ids-simplify t)