From 80fc5feec431190b36480deb9643056ffb9b0253 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 24 Oct 1998 11:04:52 +0000 Subject: [PATCH] Don't install mel-b-dl.el if the running emacs has builtin base64 encoder/decoder. --- FLIM-ELS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- 1.7.10.4