X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-ELS;h=1d8ebf6059825b4b801c6e5dde7a1b4463d4e4d4;hb=41e4fd4242e2a1f959c312e74854025cbb9d0f80;hp=418c328e3db4a83a4cf8f54918c44d7509018ee4;hpb=f3f0ac8ce2ffc25ab2da5c33845f6e3cff948314;p=elisp%2Fflim.git diff --git a/FLIM-ELS b/FLIM-ELS index 418c328..1d8ebf6 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -8,12 +8,13 @@ luna mime-def mel mel-q mel-u mel-g eword-decode eword-encode - mime mime-parse mmbuffer mmcooked + mime mime-parse mmbuffer mmcooked mmdbuffer mailcap smtp smtpmail)) -(unless (and (fboundp 'base64-encode-string) - (subrp (symbol-function 'base64-encode-string))) +(if (and (fboundp 'base64-encode-string) + (subrp (symbol-function 'base64-encode-string))) + nil (if (fboundp 'dynamic-link) (setq flim-modules (cons 'mel-b-dl flim-modules)) )