From: Michael Albinus Date: Mon, 28 Aug 2017 15:55:31 +0000 (+0200) Subject: ; Fix last ido patch X-Git-Tag: emacs-26.0.90~325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32cdfa0e9cd1198ace9771be7e46fa7c9a54d20b;p=emacs.git ; Fix last ido patch --- 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)