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/em-unix.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.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/em-unix.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/eshell/em-unix.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- eshell/em-unix.el   15 Nov 2007 16:44:30 -0000      1.36
+++ eshell/em-unix.el   17 Nov 2007 17:35:09 -0000      1.37
@@ -78,7 +78,7 @@
   :type 'boolean
   :group 'eshell-unix)
 
-(defcustom eshell-plain-locate-behavior (eshell-under-xemacs-p)
+(defcustom eshell-plain-locate-behavior (featurep 'xemacs)
   "*If non-nil, standalone \"locate\" commands will behave normally.
 Standalone in this context means not redirected, and not on the
 receiving side of a command pipeline."




reply via email to

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