changeset 94640:4ee3432d1e09

(dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 May 2008 19:27:54 +0000
parents 89e97a99f8f6
children 0280cb8774cc
files lisp/ChangeLog lisp/dired.el
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 05 18:23:49 2008 +0000
+++ b/lisp/ChangeLog	Mon May 05 19:27:54 2008 +0000
@@ -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)
@@ -421,8 +426,8 @@
 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>
--- a/lisp/dired.el	Mon May 05 18:23:49 2008 +0000
+++ b/lisp/dired.el	Mon May 05 19:27:54 2008 +0000
@@ -607,6 +607,8 @@
             (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