X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=emh.el;h=f60a17723b0a95bc128a5e5afa7a629e927ebf94;hb=508de2abe302f1f2f71297645d15d0ad3e4c1c30;hp=0f2cb3f0e9c2b96eab3dc948afcb8e26869c3877;hpb=4ee54983af41c3099c295159ca6aa81ed55bd779;p=elisp%2Femh.git diff --git a/emh.el b/emh.el index 0f2cb3f..f60a177 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.3 $ +;; Version: $Revision: 0.4 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -34,16 +34,12 @@ (require 'mime-view) (require 'alist) -(eval-when-compile - (require 'mime-play) - ) - ;;; @ version ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.3 1997-02-28 02:39:57 tmorioka Exp $") + "$Id: emh.el,v 0.4 1997-02-28 05:00:12 tmorioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID))