From 4ee54983af41c3099c295159ca6aa81ed55bd779 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 28 Feb 1997 02:39:57 +0000 Subject: [PATCH] Require mime-play when compiling. --- emh.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/emh.el b/emh.el index 083ac87..0f2cb3f 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.2 $ +;; Version: $Revision: 0.3 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -34,12 +34,16 @@ (require 'mime-view) (require 'alist) +(eval-when-compile + (require 'mime-play) + ) + ;;; @ version ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.2 1997-02-28 02:38:35 tmorioka Exp $") + "$Id: emh.el,v 0.3 1997-02-28 02:39:57 tmorioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) -- 1.7.10.4