From e845c8deb200f9cef94697e75b4c4720adb6190f Mon Sep 17 00:00:00 2001 From: tmorioka Date: Thu, 27 Feb 1997 13:28:10 +0000 Subject: [PATCH] (running-xemacs): New variable. --- semi-setup.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/semi-setup.el b/semi-setup.el index 30095d1..cb64c53 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: semi-setup.el,v 0.3 1997-02-27 08:18:16 tmorioka Exp $ +;; Version: $Id: semi-setup.el,v 0.4 1997-02-27 13:28:10 tmorioka Exp $ ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -78,6 +78,8 @@ it is used as hook to set." ))) +(defvar running-xemacs (string-match "XEmacs" emacs-version)) + ;; for image/* and X-Face (defvar mime-setup-enable-inline-image (and window-system -- 1.7.10.4