New files.
[elisp/flim.git] / FLIM-ELS
1 ;;; -*-Emacs-Lisp-*-
2 ;;;
3 ;;; $Id: FLIM-ELS,v 1.1 1998-04-13 13:08:14 morioka Exp $
4 ;;;
5
6 (setq flim-modules '(std11 std11-parse
7                            mel mel-dl mel-b mel-q mel-u mel-g
8                            mime-def eword-decode eword-encode
9                            ))
10
11 (if (fboundp 'dynamic-link)
12     (setq flim-modules (cons 'mel-dl flim-modules))
13   )
14
15 ;;; FLIM-ELS ends here