(flim-modules): Don't add `mel-dl' unconditionally.
[elisp/flim.git] / FLIM-ELS
1 ;;; -*-Emacs-Lisp-*-
2
3 ;; FLIM-ELS: list of FLIM modules to install
4
5 ;;; Code:
6
7 (setq flim-modules '(std11
8                      mime-def
9                      mel mel-b mel-q mel-u mel-g
10                      eword-decode eword-encode
11                      mime mime-parse mmbuffer mmcooked
12                      mailcap))
13
14 (if (fboundp 'dynamic-link)
15     (setq flim-modules (cons 'mel-dl flim-modules))
16   )
17
18 ;;; FLIM-ELS ends here