From c3c24a5731d4a630d5038d90e88f44d041ce6f55 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 25 Mar 2003 10:39:15 +0000 Subject: [PATCH] (tomoyo-modules-to-compile): Add `ideo-trans'. --- TOMOYO-ELS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TOMOYO-ELS b/TOMOYO-ELS index 2401080..728beb4 100644 --- a/TOMOYO-ELS +++ b/TOMOYO-ELS @@ -5,7 +5,8 @@ ;;; Code: (setq tomoyo-modules-to-compile - '(csv char-db-dump dump-tables)) + '(ideo-trans + csv char-db-dump dump-tables)) (setq tomoyo-modules-not-to-compile nil) -- 1.7.10.4