Mercurial > emacs
comparison lisp/w32-fns.el @ 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 | 1e3a407766b9 |
children | 6124abe8ab58 |
comparison
equal
deleted
inserted
replaced
94377:7881f2795bb8 | 94378:c3290fb56366 |
---|---|
71 (declare-function set-message-beep "w32console.c") | 71 (declare-function set-message-beep "w32console.c") |
72 (declare-function w32-get-clipboard-data "w32select.c") | 72 (declare-function w32-get-clipboard-data "w32select.c") |
73 (declare-function w32-get-locale-info "w32proc.c") | 73 (declare-function w32-get-locale-info "w32proc.c") |
74 (declare-function w32-get-valid-locale-ids "w32proc.c") | 74 (declare-function w32-get-valid-locale-ids "w32proc.c") |
75 (declare-function w32-set-clipboard-data "w32select.c") | 75 (declare-function w32-set-clipboard-data "w32select.c") |
76 | |
77 ;; Ignore case on file-name completion | |
78 (setq completion-ignore-case t) | |
79 | 76 |
80 ;; Map all versions of a filename (8.3, longname, mixed case) to the | 77 ;; Map all versions of a filename (8.3, longname, mixed case) to the |
81 ;; same buffer. | 78 ;; same buffer. |
82 (setq find-file-visit-truename t) | 79 (setq find-file-visit-truename t) |
83 | 80 |