From: morioka Date: Sun, 25 Oct 1998 15:32:21 +0000 (+0000) Subject: (flim-modules): Don't install mel-b-el for Emacs 20.3. X-Git-Tag: flim-1_11_2~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6d5d931672e622e5b726c9c969e813bf74a4c3b6;p=elisp%2Fflim.git (flim-modules): Don't install mel-b-el for Emacs 20.3. --- diff --git a/FLIM-ELS b/FLIM-ELS index 933e162..c778f88 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -6,16 +6,18 @@ (setq flim-modules '(std11 mime-def - mel mel-b-el mel-q mel-u mel-g + mel mel-q mel-u mel-g eword-decode eword-encode mime mime-parse mmgeneric mmbuffer mmcooked mailcap)) -(or (and (fboundp 'base64-encode-string) - (subrp (symbol-function 'base64-encode-string))) - (if (fboundp 'dynamic-link) - (setq flim-modules (cons 'mel-b-dl flim-modules)) - )) +(unless (and (fboundp 'base64-encode-string) + (subrp (symbol-function 'base64-encode-string))) + (if (fboundp 'dynamic-link) + (setq flim-modules (cons 'mel-b-dl flim-modules)) + ) + (setq flim-modules (cons 'mel-b-el flim-modules)) + ) (if (and (featurep 'mule) (not (or (and (boundp 'MULE) MULE)