From 6e1793c8c17a2932b2ffd65d1b32a22ad24dce5c Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 5 Apr 1997 06:20:34 +0000 Subject: [PATCH] Overlay is required by emu. --- mime-def.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mime-def.el b/mime-def.el index b153f48..1919c6c 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.46 1997-03-27 20:46:40 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.47 1997-04-05 06:20:34 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -67,10 +67,6 @@ ;;; @ button ;;; -(if running-xemacs - (require 'overlay) - ) - (defvar mime-button-face 'bold "Face used for content-button or URL-button of MIME-Preview buffer.") -- 1.7.10.4