# HG changeset patch # User John Wiegley # Date 1048625975 0 # Node ID af31ac60915e5851249df8696c70d87774cc0ba7 # Parent 98b393a28a2fbc21290e927544463afdd9131771 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. diff -r 98b393a28a2f -r af31ac60915e lisp/eshell/em-unix.el --- a/lisp/eshell/em-unix.el Tue Mar 25 20:59:04 2003 +0000 +++ b/lisp/eshell/em-unix.el Tue Mar 25 20:59:35 2003 +0000 @@ -76,7 +76,7 @@ :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."