From b53eaad267b36aefb35c4401cbec100c06eef1da Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Dec 2000 08:53:25 +0000 Subject: [PATCH] Don't require `mh-e'. (emh-modules): Add `emh-def'. --- EMH-ELS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/EMH-ELS b/EMH-ELS index f9e23e0..2f5ed72 100644 --- 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 -- 1.7.10.4