From: tomo Date: Wed, 20 Dec 2000 08:53:25 +0000 (+0000) Subject: Don't require `mh-e'. X-Git-Tag: emh-1_14_0~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b53eaad267b36aefb35c4401cbec100c06eef1da;p=elisp%2Femh.git Don't require `mh-e'. (emh-modules): Add `emh-def'. --- 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