changeset 50309:af31ac60915e

2003-03-26 Steve Youngs <youngs@xemacs.org>: (eshell-plain-locate-behavior): Make the default the return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for XEmacs.
author John Wiegley <johnw@newartisans.com>
date Tue, 25 Mar 2003 20:59:35 +0000
parents 98b393a28a2f
children 858e35b3b8c9
files lisp/eshell/em-unix.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-unix.el	Tue Mar 25 20:59:04 2003 +0000
+++ b/lisp/eshell/em-unix.el	Tue Mar 25 20:59:35 2003 +0000
@@ -76,7 +76,7 @@
   :type 'boolean
   :group 'eshell-unix)
 
-(defcustom eshell-plain-locate-behavior nil
+(defcustom eshell-plain-locate-behavior (eshell-under-xemacs-p)
   "*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."