Mercurial > emacs
comparison lisp/eshell/em-unix.el @ 50309:af31ac60915e
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.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Tue, 25 Mar 2003 20:59:35 +0000 |
parents | 8094bb2ffe5b |
children | 695cf19ef79e |
comparison
equal
deleted
inserted
replaced
50308:98b393a28a2f | 50309:af31ac60915e |
---|---|
74 Standalone in this context means not redirected, and not on the | 74 Standalone in this context means not redirected, and not on the |
75 receiving side of a command pipeline." | 75 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." |
83 :type 'boolean | 83 :type 'boolean |
84 :group 'eshell-unix) | 84 :group 'eshell-unix) |