Don't require `mh-e'.
authortomo <tomo>
Wed, 20 Dec 2000 08:53:25 +0000 (08:53 +0000)
committertomo <tomo>
Wed, 20 Dec 2000 08:53:25 +0000 (08:53 +0000)
(emh-modules): Add `emh-def'.

EMH-ELS

diff --git a/EMH-ELS b/EMH-ELS
index f9e23e0..2f5ed72 100644 (file)
--- a/EMH-ELS
+++ b/EMH-ELS
@@ -1,10 +1,11 @@
 ;;; -*-Emacs-Lisp-*-
-;;;
-;;; $Id: EMH-ELS,v 0.2 1997-03-14 08:49:19 morioka Exp $
-;;;
 
-(require 'mh-e)
+;; EMH-ELS: list of EMH modules to install
 
-(setq emh-modules '(emh emh-face emh-comp emh-setup))
+;;; Code:
+
+;; (require 'mh-e)
+
+(setq emh-modules '(emh emh-def emh-face emh-comp emh-setup))
 
 ;;; EMH-ELS ends here