From: tmorioka Date: Wed, 26 Feb 1997 06:32:03 +0000 (+0000) Subject: (running-xemacs): New variable; if it is not nil, require overlay. X-Git-Tag: Hokutetsu-Ishikawa-new~267 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676474325aee1b7ebcb94b77982b8afabbb879f4;p=elisp%2Fsemi.git (running-xemacs): New variable; if it is not nil, require overlay. --- 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