diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-glob.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 9402df43065..d00f8c93cd1 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el | |||
| @@ -79,7 +79,7 @@ by zsh for filename generation." | |||
| 79 | :type 'boolean | 79 | :type 'boolean |
| 80 | :group 'eshell-glob) | 80 | :group 'eshell-glob) |
| 81 | 81 | ||
| 82 | (defcustom eshell-glob-case-insensitive (eshell-under-windows-p) | 82 | (defcustom eshell-glob-case-insensitive (not (not (eshell-under-windows-p))) |
| 83 | "If non-nil, glob pattern matching will ignore case." | 83 | "If non-nil, glob pattern matching will ignore case." |
| 84 | :type 'boolean | 84 | :type 'boolean |
| 85 | :group 'eshell-glob) | 85 | :group 'eshell-glob) |