From: morioka Date: Sat, 24 Oct 1998 11:04:52 +0000 (+0000) Subject: Don't install mel-b-dl.el if the running emacs has builtin base64 X-Git-Tag: flim-1_11_2~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=80fc5feec431190b36480deb9643056ffb9b0253;p=elisp%2Fflim.git Don't install mel-b-dl.el if the running emacs has builtin base64 encoder/decoder. --- diff --git a/FLIM-ELS b/FLIM-ELS index 3e8e347..ec402b8 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -11,9 +11,10 @@ mime mime-parse mmgeneric mmbuffer mmcooked mailcap)) -(if (fboundp 'dynamic-link) - (setq flim-modules (cons 'mel-b-dl flim-modules)) - ) +(or (subrp 'base64-encode-string) + (if (fboundp 'dynamic-link) + (setq flim-modules (cons 'mel-b-dl flim-modules)) + )) (if (and (featurep 'mule) (not (or (and (boundp 'MULE) MULE)