From: John Wiegley Date: Tue, 25 Mar 2003 20:59:35 +0000 (+0000) Subject: 2003-03-26 Steve Youngs : X-Git-Tag: ttn-vms-21-2-B4~10750 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c54e9f9cfe69fcec49df870d7e86d35e33acddd3;p=emacs.git 2003-03-26 Steve Youngs : (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. --- diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 4919e631e15..3c14635842e 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -76,7 +76,7 @@ receiving side of a command pipeline." :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."