diff options
author | John Wiegley <johnw@newartisans.com> | 2003-03-25 20:59:35 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2003-03-25 20:59:35 +0000 |
commit | c54e9f9cfe69fcec49df870d7e86d35e33acddd3 (patch) | |
tree | bfa34b2c66e98126890d7d2c36fd3869f531bf83 /lisp/eshell/em-unix.el | |
parent | 6fdeb33cab2aa4d9e8c4c24805268dac73288702 (diff) | |
download | emacs-c54e9f9cfe69fcec49df870d7e86d35e33acddd3.tar.gz |
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.
Diffstat (limited to 'lisp/eshell/em-unix.el')
-rw-r--r-- | lisp/eshell/em-unix.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |