Mercurial > emacs
changeset 94378:c3290fb56366
(top-level): Don't set `completion-ignore-case' to t.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 26 Apr 2008 16:54:44 +0000 |
parents | 7881f2795bb8 |
children | 154aba86b686 |
files | lisp/w32-fns.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)