X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-ELS;h=904ec7437cf2c1c59e00e2cd746dd4d41a828c77;hb=2cdf2dfc7fc737128e09ac46edaa074cbe27e690;hp=a5a40344e776a4f43efa1d8be999cb2712086c39;hpb=8cdfa9c3b42df888f31ce865cf48470928e7a3ba;p=elisp%2Fflim.git diff --git a/FLIM-ELS b/FLIM-ELS index a5a4034..904ec74 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -5,13 +5,23 @@ ;;; Code: (setq flim-modules '(std11 - mime-def - mel mel-dl mel-b mel-q mel-u mel-g + luna mime-def + mel mel-q mel-u mel-g eword-decode eword-encode - mime-lib mime-parse mailcap)) + mime mime-parse mmbuffer mmcooked mmdbuffer + mailcap + smtp smtpmail)) -(if (fboundp 'dynamic-link) - (setq flim-modules (cons 'mel-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)) ) +(require 'pccl) +(unless-broken ccl-usable + (setq flim-modules (cons 'mel-b-ccl (cons 'mel-q-ccl flim-modules)))) + ;;; FLIM-ELS ends here