(running-xemacs): New variable; if it is not nil, require overlay.
authortmorioka <tmorioka>
Wed, 26 Feb 1997 06:32:03 +0000 (06:32 +0000)
committertmorioka <tmorioka>
Wed, 26 Feb 1997 06:32:03 +0000 (06:32 +0000)
mime-def.el

index 1f791aa..a6f8abc 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; 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).
 
 ;;; Code:
 
-(require 'emu)
+;;; @ for XEmacs
+;;;
+
+(defvar running-xemacs (string-match "XEmacs" emacs-version))
+
+(if running-xemacs
+    (require 'overlay)
+  )
 
 
 ;;; @ variables