From: John Paul Wallington Date: Sat, 26 Apr 2008 16:54:44 +0000 (+0000) Subject: (top-level): Don't set `completion-ignore-case' to t. X-Git-Tag: emacs-pretest-23.0.90~6021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=713a5a472965ab143979cdce861e80e57042a324;p=emacs.git (top-level): Don't set `completion-ignore-case' to t. --- diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index a0558b7dcf7..21920c32c2e 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -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)