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-ext.el,v


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

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

Index: eshell/esh-ext.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/esh-ext.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- eshell/esh-ext.el   26 Jul 2007 05:26:54 -0000      1.24
+++ eshell/esh-ext.el   17 Nov 2007 17:35:09 -0000      1.25
@@ -211,7 +211,7 @@
           (find-file-name-handler default-directory
                                   'shell-command))))
     (if (and handler
-            (not (and (eshell-under-xemacs-p)
+            (not (and (featurep 'xemacs)
                       (eq handler 'dired-handler-fn))))
        (eshell-remote-command handler command args))
     (let ((interp (eshell-find-interpreter command)))




reply via email to

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