From 76ed1c103b28cb8c09ab3f14167c33195051c362 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 28 Feb 1997 04:44:27 +0000 Subject: [PATCH] require mime-play instead of mime-view when compiling. --- semi-setup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semi-setup.el b/semi-setup.el index 1159462..b69e69b 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: semi-setup.el,v 0.5 1997-02-27 13:37:11 tmorioka Exp $ +;; Version: $Id: semi-setup.el,v 0.6 1997-02-28 04:44:27 tmorioka Exp $ ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -26,7 +26,7 @@ ;;; Code: (eval-when-compile - (require 'mime-view) + (require 'mime-play) ) -- 1.7.10.4