# HG changeset patch # User Glenn Morris # Date 1250977616 0 # Node ID 2e78f19a963dc9314c0ec82bb1d4086cb8bec722 # Parent 9605b4808a63fb8af17e785f5b8df8e2bb125f99 Comment. diff -r 9605b4808a63 -r 2e78f19a963d lisp/ido.el --- a/lisp/ido.el Sat Aug 22 19:58:13 2009 +0000 +++ b/lisp/ido.el Sat Aug 22 21:46:56 2009 +0000 @@ -3660,6 +3660,7 @@ matches (cdr error)))) (when prefix-matches (ido-trace "prefix match" prefix-matches) + ;; Bug#2042. (setq matches (nconc prefix-matches matches))) (when suffix-matches (ido-trace "suffix match" (list text suffix-re suffix-matches))