From: tmorioka Date: Thu, 27 Feb 1997 13:37:11 +0000 (+0000) Subject: require 'mime-view when compiling. X-Git-Tag: Hokutetsu-Ishikawa-new~243 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a1e68b46259182c87c1c8b4b9857ac305209c7db;p=elisp%2Fsemi.git require 'mime-view when compiling. --- diff --git a/semi-setup.el b/semi-setup.el index cb64c53..1159462 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.4 1997-02-27 13:28:10 tmorioka Exp $ +;; Version: $Id: semi-setup.el,v 0.5 1997-02-27 13:37:11 tmorioka Exp $ ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -25,6 +25,11 @@ ;;; Code: +(eval-when-compile + (require 'mime-view) + ) + + ;;; @ Utility ;;;