/[emacs]/emacs/lisp/eshell/em-cmpl.el
ViewVC logotype

Diff of /emacs/lisp/eshell/em-cmpl.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by johnw, Fri May 3 20:42:32 2002 UTC revision 1.10 by johnw, Mon Aug 5 20:09:16 2002 UTC
# Line 142  to writing a completion function." Line 142  to writing a completion function."
142    :type (get 'pcomplete-dir-ignore 'custom-type)    :type (get 'pcomplete-dir-ignore 'custom-type)
143    :group 'eshell-cmpl)    :group 'eshell-cmpl)
144    
145  (defcustom eshell-cmpl-ignore-case (eshell-under-windows-p)  (defcustom eshell-cmpl-ignore-case (or (eshell-under-windows-p)
146                                           (eshell-under-cygwin-p))
147    (documentation-property 'pcomplete-ignore-case    (documentation-property 'pcomplete-ignore-case
148                            'variable-documentation)                            'variable-documentation)
149    :type (get 'pcomplete-ignore-case 'custom-type)    :type (get 'pcomplete-ignore-case 'custom-type)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26