From: morioka Date: Sat, 5 Apr 1997 06:20:34 +0000 (+0000) Subject: Overlay is required by emu. X-Git-Tag: Hokutetsu-Ishikawa-new~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6e1793c8c17a2932b2ffd65d1b32a22ad24dce5c;p=elisp%2Fsemi.git Overlay is required by emu. --- 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.")