* ChangeLog: Fix typo.
[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 mime-parse mmbuffer mmcooked
12                      ;; mime-lib
13                      mailcap
14                      closure
15                      natset
16                      digraph
17                      automata rx lex
18                      lr-driver
19                      ew-util
20                      ew-line
21                      ew-quote
22                      ew-unit
23                      ew-data
24                      ew-parse
25                      ew-scan-s
26                      ew-scan-m
27                      ew-scan-u
28                      ew-dec
29                      ))
30
31 (if (fboundp 'dynamic-link)
32     (setq flim-modules (cons 'mel-dl flim-modules))
33   )
34
35 ;;; FLIM-ELS ends here