aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorJohn Wiegley2003-03-25 20:59:35 +0000
committerJohn Wiegley2003-03-25 20:59:35 +0000
commitc54e9f9cfe69fcec49df870d7e86d35e33acddd3 (patch)
treebfa34b2c66e98126890d7d2c36fd3869f531bf83 /lisp/eshell
parent6fdeb33cab2aa4d9e8c4c24805268dac73288702 (diff)
downloademacs-c54e9f9cfe69fcec49df870d7e86d35e33acddd3.tar.gz
emacs-c54e9f9cfe69fcec49df870d7e86d35e33acddd3.zip
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')
-rw-r--r--lisp/eshell/em-unix.el2
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."
76 :type 'boolean 76 :type 'boolean
77 :group 'eshell-unix) 77 :group 'eshell-unix)
78 78
79(defcustom eshell-plain-locate-behavior nil 79(defcustom eshell-plain-locate-behavior (eshell-under-xemacs-p)
80 "*If non-nil, standalone \"locate\" commands will behave normally. 80 "*If non-nil, standalone \"locate\" commands will behave normally.
81Standalone in this context means not redirected, and not on the 81Standalone in this context means not redirected, and not on the
82receiving side of a command pipeline." 82receiving side of a command pipeline."