Don't install mel-ccl in anything older than XEmacs 21 with MULE.
authormorioka <morioka>
Sun, 11 Oct 1998 07:46:52 +0000 (07:46 +0000)
committermorioka <morioka>
Sun, 11 Oct 1998 07:46:52 +0000 (07:46 +0000)
FLIM-ELS

index 2a58ec2..5c232f2 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -16,7 +16,9 @@
   )
 
 (if (and (featurep 'mule)
-        (not (and (boundp 'MULE) MULE)))
+        (not (or (and (boundp 'MULE) MULE)
+                 (and (featurep 'xemacs) (< emacs-major-version 21))
+                 )))
     (setq flim-modules (cons 'mel-ccl flim-modules))
   )