require mime-play instead of mime-view when compiling.
authortmorioka <tmorioka>
Fri, 28 Feb 1997 04:44:27 +0000 (04:44 +0000)
committertmorioka <tmorioka>
Fri, 28 Feb 1997 04:44:27 +0000 (04:44 +0000)
semi-setup.el

index 1159462..b69e69b 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; 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)
   )