From b95a350ced04a46c9e7a79ee70ccf6bb6db8b5f1 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 10 Sep 2010 07:34:07 +0000 Subject: [PATCH] Install IDS-CNS-3.txt. --- install-ids.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ids.el b/install-ids.el index 7b3d7db..8f3b644 100644 --- a/install-ids.el +++ b/install-ids.el @@ -35,7 +35,7 @@ (install-ids-read-file "IDS-UCS-Ext-C.txt" load-ids-simplify t) (let ((i 1)) - (while (<= i 2) + (while (<= i 3) (install-ids-read-file (format "IDS-CNS-%d.txt" i) load-ids-simplify t) (setq i (1+ i)))) -- 1.7.10.4