[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el |
Date: |
Mon, 05 Aug 2002 16:09:18 -0400 |
Index: emacs/lisp/eshell/em-cmpl.el
diff -c emacs/lisp/eshell/em-cmpl.el:1.9 emacs/lisp/eshell/em-cmpl.el:1.10
*** emacs/lisp/eshell/em-cmpl.el:1.9 Fri May 3 16:42:32 2002
--- emacs/lisp/eshell/em-cmpl.el Mon Aug 5 16:09:16 2002
***************
*** 142,148 ****
:type (get 'pcomplete-dir-ignore 'custom-type)
:group 'eshell-cmpl)
! (defcustom eshell-cmpl-ignore-case (eshell-under-windows-p)
(documentation-property 'pcomplete-ignore-case
'variable-documentation)
:type (get 'pcomplete-ignore-case 'custom-type)
--- 142,149 ----
:type (get 'pcomplete-dir-ignore 'custom-type)
:group 'eshell-cmpl)
! (defcustom eshell-cmpl-ignore-case (or (eshell-under-windows-p)
! (eshell-under-cygwin-p))
(documentation-property 'pcomplete-ignore-case
'variable-documentation)
:type (get 'pcomplete-ignore-case 'custom-type)
- [Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el,
John Wiegley <=