changeset 97179:e99e1b5c726e

(read-file-name-completion-ignore-case): Add cygwin to the list.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 31 Jul 2008 21:07:11 +0000
parents 179290bc0896
children 3b02590c0c04
files lisp/minibuffer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/minibuffer.el	Thu Jul 31 21:06:55 2008 +0000
+++ b/lisp/minibuffer.el	Thu Jul 31 21:07:11 2008 +0000
@@ -1068,7 +1068,7 @@
   "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