From: morioka Date: Sun, 11 Oct 1998 07:46:52 +0000 (+0000) Subject: Don't install mel-ccl in anything older than XEmacs 21 with MULE. X-Git-Tag: flim-1_10_4~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=46b452e6af74b6629f12f156f7142978da684287;p=elisp%2Fflim.git Don't install mel-ccl in anything older than XEmacs 21 with MULE. --- diff --git a/FLIM-ELS b/FLIM-ELS index 2a58ec2..5c232f2 100644 --- 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)) )