1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

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.
This commit is contained in:
John Wiegley 2003-03-25 20:59:35 +00:00
parent 6fdeb33cab
commit c54e9f9cfe

View 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."