From 2b22e4f54ccbc377b5c7416d9a37e84c290f667e Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 15 Dec 2001 09:04:33 +0000 Subject: [PATCH] (tomoyo-modules-to-compile): Add `iddef'. --- TOMOYO-ELS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOMOYO-ELS b/TOMOYO-ELS index 424ac94..c2fd639 100644 --- a/TOMOYO-ELS +++ b/TOMOYO-ELS @@ -5,7 +5,7 @@ ;;; Code: (setq tomoyo-modules-to-compile - '(csv ids ids-util)) + '(csv ids ids-util iddef)) (setq tomoyo-modules-not-to-compile nil) -- 1.7.10.4