# HG changeset patch # User John Paul Wallington # Date 1209228884 0 # Node ID c3290fb563661b528e2a02d46bf49d059660ed56 # Parent 7881f2795bb82b2127c9470477e94e6c93a3b354 (top-level): Don't set `completion-ignore-case' to t. diff -r 7881f2795bb8 -r c3290fb56366 lisp/w32-fns.el --- a/lisp/w32-fns.el Sat Apr 26 13:09:13 2008 +0000 +++ b/lisp/w32-fns.el Sat Apr 26 16:54:44 2008 +0000 @@ -74,9 +74,6 @@ (declare-function w32-get-valid-locale-ids "w32proc.c") (declare-function w32-set-clipboard-data "w32select.c") -;; Ignore case on file-name completion -(setq completion-ignore-case t) - ;; Map all versions of a filename (8.3, longname, mixed case) to the ;; same buffer. (setq find-file-visit-truename t)