emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-ext.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-ext.el
Date: Mon, 18 Mar 2002 09:54:59 -0500

Index: emacs/lisp/eshell/esh-ext.el
diff -c emacs/lisp/eshell/esh-ext.el:1.10 emacs/lisp/eshell/esh-ext.el:1.11
*** emacs/lisp/eshell/esh-ext.el:1.10   Sat Feb 16 04:42:35 2002
--- emacs/lisp/eshell/esh-ext.el        Mon Mar 18 09:54:58 2002
***************
*** 48,57 ****
    :type 'hook
    :group 'eshell-ext)
  
! (defcustom eshell-binary-suffixes
!   (if (eshell-under-windows-p)
!       '(".exe" ".com" ".bat" ".cmd" "")
!     '(""))
    "*A list of suffixes used when searching for executable files."
    :type '(repeat string)
    :group 'eshell-ext)
--- 48,55 ----
    :type 'hook
    :group 'eshell-ext)
  
! ;; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]