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:
parent
6fdeb33cab
commit
c54e9f9cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue