From 713a5a472965ab143979cdce861e80e57042a324 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 26 Apr 2008 16:54:44 +0000 Subject: [PATCH] (top-level): Don't set `completion-ignore-case' to t. --- lisp/w32-fns.el | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.5