emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 32cdfa0: ; Fix last ido patch


From: Michael Albinus
Subject: [Emacs-diffs] master 32cdfa0: ; Fix last ido patch
Date: Mon, 28 Aug 2017 11:55:41 -0400 (EDT)

branch: master
commit 32cdfa0e9cd1198ace9771be7e46fa7c9a54d20b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix last ido patch
---
 lisp/ido.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ido.el b/lisp/ido.el
index 5ba168b..23669d2 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]