From: morioka Date: Thu, 8 Oct 1998 06:33:58 +0000 (+0000) Subject: Don't install mel-ccl for anything older than MULE 2.3. X-Git-Tag: flim-1_10_2~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=289ba48b1851a5ace19dc7394643f6dbb35dfc42;p=elisp%2Fflim.git Don't install mel-ccl for anything older than MULE 2.3. --- 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)) )