; Fix last ido patch
This commit is contained in:
parent
b93a5f197e
commit
32cdfa0e9c
1 changed files with 1 additions and 1 deletions
|
@ -3678,7 +3678,7 @@ in this list."
|
|||
ido-temp-list)))))
|
||||
(ido-to-end ;; move . files to end
|
||||
(delq nil (mapcar
|
||||
(lambda (x) (if (string-match "^\\." x) x))
|
||||
(lambda (x) (if (string-match "\\`\\." x) x))
|
||||
ido-temp-list)))
|
||||
(if (and default (member default ido-temp-list))
|
||||
(if (or ido-rotate-temp ido-rotate-file-list-default)
|
||||
|
|
Loading…
Add table
Reference in a new issue