[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/em-glob.el
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/em-glob.el |
Date: |
Mon, 05 Aug 2002 16:09:21 -0400 |
Index: emacs/lisp/eshell/em-glob.el
diff -c emacs/lisp/eshell/em-glob.el:1.7 emacs/lisp/eshell/em-glob.el:1.8
*** emacs/lisp/eshell/em-glob.el:1.7 Sat Feb 16 04:38:46 2002
--- emacs/lisp/eshell/em-glob.el Mon Aug 5 16:09:16 2002
***************
*** 76,82 ****
:type 'boolean
:group 'eshell-glob)
! (defcustom eshell-glob-case-insensitive (eshell-under-windows-p)
"*If non-nil, glob pattern matching will ignore case."
:type 'boolean
:group 'eshell-glob)
--- 76,83 ----
:type 'boolean
:group 'eshell-glob)
! (defcustom eshell-glob-case-insensitive (or (eshell-under-windows-p)
! (eshell-under-cygwin-p))
"*If non-nil, glob pattern matching will ignore case."
:type 'boolean
:group 'eshell-glob)
- [Emacs-diffs] Changes to emacs/lisp/eshell/em-glob.el,
John Wiegley <=