]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Don't set `completion-ignore-case' to t.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 26 Apr 2008 16:54:44 +0000 (16:54 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 26 Apr 2008 16:54:44 +0000 (16:54 +0000)
lisp/w32-fns.el

index a0558b7dcf7253c03bfd77d58f841f1ffc437a9a..21920c32c2e8a0dec86dbdeda06968bd01bb455c 100644 (file)
@@ -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)