From fee303231cc6cbfa768e41fa8e6d01f0b0f90f24 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Thu, 27 Feb 1997 08:36:01 +0000 Subject: [PATCH] Don't require emu. --- mime-tar.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-tar.el b/mime-tar.el index cd67cfc..2be0c53 100644 --- a/mime-tar.el +++ b/mime-tar.el @@ -5,7 +5,7 @@ ;; Author: Hiroshi Ueno ;; modified by MORIOKA Tomohiko ;; Renamed: 1997/2/26 from tm-tar.el -;; Version: $Id: mime-tar.el,v 0.1 1997-02-27 06:38:44 tmorioka Exp $ +;; Version: $Id: mime-tar.el,v 0.2 1997-02-27 08:36:01 tmorioka Exp $ ;; Keywords: tar, tar+gzip, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -35,7 +35,6 @@ ;;; Code: -(require 'emu) (require 'mime-view) -- 1.7.10.4