emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcomplete.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcomplete.el
Date: Fri, 04 Apr 2003 01:22:45 -0500

Index: emacs/lisp/pcomplete.el
diff -c emacs/lisp/pcomplete.el:1.12 emacs/lisp/pcomplete.el:1.13
*** emacs/lisp/pcomplete.el:1.12        Fri Jan 10 02:01:14 2003
--- emacs/lisp/pcomplete.el     Fri Jan 31 10:17:32 2003
***************
*** 139,145 ****
    :type '(choice regexp (const :tag "None" nil))
    :group 'pcomplete)
  
! (defcustom pcomplete-ignore-case (memq system-type '(ms-dos windows-nt))
    "*If non-nil, ignore case when doing filename completion."
    :type 'boolean
    :group 'pcomplete)
--- 139,145 ----
    :type '(choice regexp (const :tag "None" nil))
    :group 'pcomplete)
  
! (defcustom pcomplete-ignore-case (memq system-type '(ms-dos windows-nt 
cygwin))
    "*If non-nil, ignore case when doing filename completion."
    :type 'boolean
    :group 'pcomplete)




reply via email to

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