changeset 70797:4429856755f0

(ido-read-file-name): Bind ido-show-dot-for-dired to nil if default-filename is specified.
author Kim F. Storm <storm@cua.dk>
date Sat, 20 May 2006 22:33:54 +0000
parents def5b739b86b
children bac77813be7f
files lisp/ido.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Sat May 20 22:33:44 2006 +0000
+++ b/lisp/ido.el	Sat May 20 22:33:54 2006 +0000
@@ -4475,6 +4475,8 @@
 	     (ido-directory-too-big (and (not ido-directory-nonreadable)
 					 (ido-directory-too-big-p ido-current-directory)))
 	     (ido-work-directory-index -1)
+	     (ido-show-dot-for-dired (and ido-show-dot-for-dired
+					  (not default-filename)))
 	     (ido-work-file-index -1)
 	     (ido-find-literal nil))
 	(setq ido-exit nil)