; Fix last ido patch

This commit is contained in:
Michael Albinus 2017-08-28 17:55:31 +02:00
parent b93a5f197e
commit 32cdfa0e9c

View file

@ -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)