From b678fbfcdb8603b4c47e6859eaf9c0b9312999e1 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 2 Oct 2002 07:29:09 +0000 Subject: [PATCH] (tomoyo-modules-to-compile): Add `dump-tables'. --- TOMOYO-ELS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOMOYO-ELS b/TOMOYO-ELS index 6cd1468..c6aacbe 100644 --- a/TOMOYO-ELS +++ b/TOMOYO-ELS @@ -5,7 +5,7 @@ ;;; Code: (setq tomoyo-modules-to-compile - '(csv ideo-dump)) + '(csv ideo-dump dump-tables)) (setq tomoyo-modules-not-to-compile nil) -- 1.7.10.4