Sync up with chao-1_3_0_9.
[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-dl mel-b mel-q mel-u mel-g
10                      eword-decode eword-encode
11                      mime-lib mime-parse mailcap))
12
13 (if (fboundp 'dynamic-link)
14     (setq flim-modules (cons 'mel-dl flim-modules))
15   )
16
17 ;;; FLIM-ELS ends here