X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=FLIM-ELS;fp=FLIM-ELS;h=d389fa48d4e02a0f0017d9d6be526539c15cc0a9;hb=41fe6bdf8523a73c43e73612b5df85caa5622081;hp=c778f884ba88b636c090e7b64abaa8f65ca74b63;hpb=8c7cab8199f8a11ab69dc7731d9e5306f58e86d5;p=elisp%2Fflim.git diff --git a/FLIM-ELS b/FLIM-ELS index c778f88..d389fa4 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -9,7 +9,8 @@ mel mel-q mel-u mel-g eword-decode eword-encode mime mime-parse mmgeneric mmbuffer mmcooked - mailcap)) + mailcap + smtp smtpmail)) (unless (and (fboundp 'base64-encode-string) (subrp (symbol-function 'base64-encode-string))) @@ -19,11 +20,8 @@ (setq flim-modules (cons 'mel-b-el flim-modules)) ) -(if (and (featurep 'mule) - (not (or (and (boundp 'MULE) MULE) - (and (featurep 'xemacs) (< emacs-major-version 21)) - ))) - (setq flim-modules (cons 'mel-b-ccl (cons 'mel-q-ccl 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