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-cmpl.el


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

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




reply via email to

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