Don't install mel-ccl for anything older than MULE 2.3.
authormorioka <morioka>
Thu, 8 Oct 1998 06:33:58 +0000 (06:33 +0000)
committermorioka <morioka>
Thu, 8 Oct 1998 06:33:58 +0000 (06:33 +0000)
FLIM-ELS

index bc44f7d..2a58ec2 100644 (file)
--- 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))
   )