summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2017-08-28 17:55:31 +0200
committerMichael Albinus <michael.albinus@gmx.de>2017-08-28 17:55:31 +0200
commit32cdfa0e9cd1198ace9771be7e46fa7c9a54d20b (patch)
treeb2f06d525e7fce53f89001739621181b3e9bdcec /lisp/ido.el
parentb93a5f197e67f75f36f442060fe8fd72c6a8f888 (diff)
downloademacs-32cdfa0e9cd1198ace9771be7e46fa7c9a54d20b.tar.gz
; Fix last ido patch
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 5ba168b105a..23669d22d1a 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -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)