From 676474325aee1b7ebcb94b77982b8afabbb879f4 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Wed, 26 Feb 1997 06:32:03 +0000 Subject: [PATCH] (running-xemacs): New variable; if it is not nil, require overlay. --- mime-def.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mime-def.el b/mime-def.el index 1f791aa..a6f8abc 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.23 1997-02-26 06:00:39 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.24 1997-02-26 06:32:03 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -25,7 +25,14 @@ ;;; Code: -(require 'emu) +;;; @ for XEmacs +;;; + +(defvar running-xemacs (string-match "XEmacs" emacs-version)) + +(if running-xemacs + (require 'overlay) + ) ;;; @ variables -- 1.7.10.4