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/em-glob.el


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-glob.el
Date: Fri, 09 Aug 2002 20:18:18 -0400

Index: emacs/lisp/eshell/em-glob.el
diff -c emacs/lisp/eshell/em-glob.el:1.8 emacs/lisp/eshell/em-glob.el:1.9
*** emacs/lisp/eshell/em-glob.el:1.8    Mon Aug  5 16:09:16 2002
--- emacs/lisp/eshell/em-glob.el        Fri Aug  9 20:18:18 2002
***************
*** 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)
--- 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)




reply via email to

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