This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / mh-e / TMH-ELS
1 ;;; -*-Emacs-Lisp-*-
2 ;;;
3 ;;; $Id: TMH-ELS,v 3.0 1996/08/22 14:36:47 morioka Exp $
4 ;;;
5
6 (require 'mh-e)
7
8 (setq tm-mh-e-modules '(tm-mh-e tmh-comp))
9
10 (or (featurep 'mh-utils)
11     (setq tm-mh-e-modules (cons 'tm-mh-e3 tm-mh-e-modules))
12     )
13
14 ;;; TMH-ELS ends here