From 289ba48b1851a5ace19dc7394643f6dbb35dfc42 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 8 Oct 1998 06:33:58 +0000 Subject: [PATCH] Don't install mel-ccl for anything older than MULE 2.3. --- FLIM-ELS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FLIM-ELS b/FLIM-ELS index bc44f7d..2a58ec2 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -15,7 +15,8 @@ (setq flim-modules (cons 'mel-b-dl flim-modules)) ) -(if (featurep 'mule) +(if (and (featurep 'mule) + (not (and (boundp 'MULE) MULE))) (setq flim-modules (cons 'mel-ccl flim-modules)) ) -- 1.7.10.4