;;; -*-Emacs-Lisp-*- ;; FLIM-ELS: list of FLIM modules to install ;;; Code: (setq flim-modules '(std11 mime-def mel mel-b mel-q mel-u mel-g eword-decode eword-encode mime mime-parse mmgeneric mmbuffer mmcooked mailcap)) (if (fboundp 'dynamic-link) (setq flim-modules (cons 'mel-b-dl flim-modules)) ) (if (and (featurep 'mule) (not (or (and (boundp 'MULE) MULE) (and (featurep 'xemacs) (< emacs-major-version 21)) ))) (setq flim-modules (cons 'mel-ccl flim-modules)) ) ;;; FLIM-ELS ends here