* ew-bq.el (ew-ccl-encode-uq): Change BUFFER_MAGNIFICATION to 3.
[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 '(mime-def
8                      mel mel-dl mel-b mel-q mel-u mel-g
9                      closure
10                      natset
11                      digraph
12                      automata rx lex
13                      lr-driver
14                      ew-var
15                      ew-util
16                      ew-line
17                      ew-quote
18                      ew-bq
19                      ew-unit
20                      ew-data
21                      ew-parse
22                      ew-scan-s
23                      ew-scan-m
24                      ew-scan-u
25                      ew-dec
26                      std11
27                      eword-decode eword-encode
28                      mime mime-parse mmbuffer mmcooked
29                      ;; mime-lib
30                      mailcap
31                      ))
32
33 (if (fboundp 'dynamic-link)
34     (setq flim-modules (cons 'mel-dl flim-modules))
35   )
36
37 ;;; FLIM-ELS ends here