(dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 May 2008 19:27:54 +0000 (19:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 May 2008 19:27:54 +0000 (19:27 +0000)
lisp/ChangeLog
lisp/dired.el

index 6934db5..be022be 100644 (file)
@@ -1,6 +1,11 @@
+2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * dired.el (dired-read-dir-and-switches):
+       Obey read-file-name-completion-ignore-case.
+
 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/compile.el (compilation-error-regexp-alist-alist): 
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
        Add regexp for Open Watcom compiler output.
 
 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-mode): New defcustom.
-       (tramp-file-name-handler, tramp-completion-file-name-handler): Use
-       it.
+       (tramp-file-name-handler, tramp-completion-file-name-handler):
+       Use it.
        (tramp-replace-environment-variables): Handle "$$".
 
 2008-04-28  Sam Steingold  <sds@gnu.org>
index 51dc581..e6c1dbd 100644 (file)
@@ -607,6 +607,8 @@ Don't use that together with FILTER."
             (lambda ()
               (setq minibuffer-default default)
               (setq minibuffer-completing-file-name t)
+              (setq completion-ignore-case
+                    read-file-name-completion-ignore-case)
               (setq default-directory defdir))
           (substitute-in-file-name
            (completing-read