summaryrefslogtreecommitdiff
path: root/lisp/pcomplete.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-31 15:24:20 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-31 15:24:20 +0000
commit802fcb1df404271cf97a33cb01a51847194df346 (patch)
treeb30d254b0e5b8a91c9c42cab198e269428237441 /lisp/pcomplete.el
parent6f78d6940321a8d402dc8448f6fd06a03fcbc87c (diff)
downloademacs-802fcb1df404271cf97a33cb01a51847194df346.tar.gz
Cygwin support patch.
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r--lisp/pcomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el
index 7a3f7aaae3a..cc4b876477a 100644
--- a/lisp/pcomplete.el
+++ b/lisp/pcomplete.el
@@ -139,7 +139,7 @@
:type '(choice regexp (const :tag "None" nil))
:group 'pcomplete)
-(defcustom pcomplete-ignore-case (memq system-type '(ms-dos windows-nt))
+(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)