# HG changeset patch # User Stefan Monnier # Date 1016463298 0 # Node ID a27b6cb6448d8ac8837319da3ef9189428d8c517 # Parent 54ecf0606394c49b29c0508284f0d8ae726eb23d (eshell-binary-suffixes): Use exec-suffixes. diff -r 54ecf0606394 -r a27b6cb6448d lisp/eshell/esh-ext.el --- a/lisp/eshell/esh-ext.el Mon Mar 18 14:15:01 2002 +0000 +++ b/lisp/eshell/esh-ext.el Mon Mar 18 14:54:58 2002 +0000 @@ -48,10 +48,8 @@ :type 'hook :group 'eshell-ext) -(defcustom eshell-binary-suffixes - (if (eshell-under-windows-p) - '(".exe" ".com" ".bat" ".cmd" "") - '("")) +;; Maybe this should simply be a defvaralias ? -stef +(defcustom eshell-binary-suffixes exec-suffixes "*A list of suffixes used when searching for executable files." :type '(repeat string) :group 'eshell-ext)