From: tmorioka Date: Fri, 28 Feb 1997 02:38:35 +0000 (+0000) Subject: Don't require tl-str and tl-misc. X-Git-Tag: emh-0_21~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=824a9b4429b0f6d31d6b90f19fa9bfb060df4ed5;p=elisp%2Femh.git Don't require tl-str and tl-misc. Require alist. --- diff --git a/emh.el b/emh.el index 0339bb6..083ac87 100644 --- a/emh.el +++ b/emh.el @@ -8,7 +8,7 @@ ;; Created: 1993/11/21 ;; Renamed: 1993/11/27 from mh-e-mime.el ;; Renamed: 1997/02/21 from tm-mh-e.el -;; Version: $Revision: 0.1 $ +;; Version: $Revision: 0.2 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -30,17 +30,16 @@ ;;; Code: -(require 'tl-str) -(require 'tl-misc) (require 'mh-e) (require 'mime-view) +(require 'alist) ;;; @ version ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.1 1997-02-24 02:28:23 tmorioka Exp $") + "$Id: emh.el,v 0.2 1997-02-28 02:38:35 tmorioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID))