changeset 104550:2e78f19a963d

Comment.
author Glenn Morris <rgm@gnu.org>
date Sat, 22 Aug 2009 21:46:56 +0000
parents 9605b4808a63
children dbd882f3da46
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))