emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-util.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-util.el,v
Date: Sat, 17 Nov 2007 17:35:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/17 17:35:11

Index: eshell/esh-util.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/esh-util.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- eshell/esh-util.el  26 Jul 2007 05:26:54 -0000      1.28
+++ eshell/esh-util.el  17 Nov 2007 17:35:08 -0000      1.29
@@ -139,10 +139,6 @@
 
 ;;; Functions:
 
-(defsubst eshell-under-xemacs-p ()
-  "Return non-nil if we are running under XEmacs."
-  (boundp 'xemacs-logo))
-
 (defsubst eshell-under-windows-p ()
   "Return non-nil if we are running under MS-DOS/Windows."
   (memq system-type '(ms-dos windows-nt)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]