mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(ido-read-file-name): Bind ido-show-dot-for-dired to nil
if default-filename is specified.
This commit is contained in:
parent
f2154114c1
commit
fcbc95a904
1 changed files with 2 additions and 0 deletions
|
|
@ -4475,6 +4475,8 @@ See `read-file-name' for additional parameters."
|
|||
(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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue