+2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * dired.el (dired-read-dir-and-switches): Fix up last change.
+
2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
* vc.el (vc-deduce-fileset): Lift all the policy and UI
- stuff out of this function, move it to vc-dispatcher-selection-set.k
+ stuff out of this function, move it to vc-dispatcher-selection-set.
2008-05-05 Sam Steingold <sds@gnu.org>
(minibuffer-with-setup-hook
(lambda ()
(setq minibuffer-default default)
- (setq minibuffer-completing-file-name t)
- (setq completion-ignore-case
- read-file-name-completion-ignore-case)
+ (set (make-local-variable 'minibuffer-completing-file-name)
+ ;; t means "from now until the next minibuffer", whereas
+ ;; `lambda' means "only here".
+ 'lambda)
+ (set (make-local-variable 'completion-ignore-case)
+ read-file-name-completion-ignore-case)
(setq default-directory defdir))
(substitute-in-file-name
(completing-read