From a1e68b46259182c87c1c8b4b9857ac305209c7db Mon Sep 17 00:00:00 2001 From: tmorioka Date: Thu, 27 Feb 1997 13:37:11 +0000 Subject: [PATCH] require 'mime-view when compiling. --- semi-setup.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ;;; -- 1.7.10.4