From: tmorioka Date: Fri, 28 Feb 1997 04:44:27 +0000 (+0000) Subject: require mime-play instead of mime-view when compiling. X-Git-Tag: Hokutetsu-Ishikawa-new~228 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=76ed1c103b28cb8c09ab3f14167c33195051c362;p=elisp%2Fsemi.git require mime-play instead of mime-view when compiling. --- 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) )