diff options
author | John Paul Wallington <jpw@pobox.com> | 2008-04-26 16:54:44 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2008-04-26 16:54:44 +0000 |
commit | 713a5a472965ab143979cdce861e80e57042a324 (patch) | |
tree | 1ca6d336e0b58815d0324295e44f1f52916e7af8 /lisp/w32-fns.el | |
parent | 57895fe26f25f89af618b36bb0e37404fa7807a6 (diff) | |
download | emacs-713a5a472965ab143979cdce861e80e57042a324.tar.gz |
(top-level): Don't set `completion-ignore-case' to t.
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 3 |
1 files changed, 0 insertions, 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) |