tm 7.69.
[elisp/tm.git] / mh-e / tmh-els
1 ;;; -*-Emacs-Lisp-*-
2 ;;;
3 ;;; $Id: tmh-els,v 2.0 1996/06/27 15:39:16 morioka Exp $
4 ;;;
5
6 (require 'mh-e)
7
8 (setq tm-mh-e-modules
9       (append
10        '("tm-mh-e" "tmh-comp")
11        (if (not (featurep 'mh-utils))
12            '("tm-mh-e3")
13          )
14        ))
15
16 (setq tm-mh-e-el-files
17       (mapcar (function (lambda (module)
18                           (concat module ".el")
19                           ))
20               tm-mh-e-modules))
21
22 (setq tm-mh-e-elc-files
23       (mapcar (function (lambda (module)
24                           (concat module ".elc")
25                           ))
26               tm-mh-e-modules))