From c54e9f9cfe69fcec49df870d7e86d35e33acddd3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 25 Mar 2003 20:59:35 +0000 Subject: [PATCH] 2003-03-26 Steve Youngs : (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. --- lisp/eshell/em-unix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." :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." -- 2.39.2