(read-file-name-completion-ignore-case): Add cygwin to the list.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 21:07:11 +0000 (21:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 21:07:11 +0000 (21:07 +0000)
lisp/minibuffer.el

index 87318f8..28765b9 100644 (file)
@@ -1068,7 +1068,7 @@ specified by COMMON-SUBSTRING."
   "Current predicate used by `read-file-name-internal'.")
 
 (defcustom read-file-name-completion-ignore-case
-  (if (memq system-type '(ms-dos windows-nt darwin))
+  (if (memq system-type '(ms-dos windows-nt darwin cygwin))
       t nil)
   "Non-nil means when reading a file name completion ignores case."
   :group 'minibuffer