]> git.eshelyaron.com Git - emacs.git/commitdiff
2003-03-26 Steve Youngs <youngs@xemacs.org>:
authorJohn Wiegley <johnw@newartisans.com>
Tue, 25 Mar 2003 20:59:35 +0000 (20:59 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 25 Mar 2003 20:59:35 +0000 (20:59 +0000)
(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.

lisp/eshell/em-unix.el

index 4919e631e1509e78584d577850b0c014172a0c22..3c14635842e337f161fa1e29bb7c13a3aebda7e9 100644 (file)
@@ -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."