diff options
| -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." | |||
| 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. |
| 81 | Standalone in this context means not redirected, and not on the | 81 | Standalone in this context means not redirected, and not on the |
| 82 | receiving side of a command pipeline." | 82 | receiving side of a command pipeline." |