]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Sat, 22 Aug 2009 21:46:56 +0000 (21:46 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 22 Aug 2009 21:46:56 +0000 (21:46 +0000)
lisp/ido.el

index fa85cf1c6edef99383daaf0f291d21d2b6845ac0..2336feacf9e4106ba39b6aaf7ec9216adf059e92 100644 (file)
@@ -3660,6 +3660,7 @@ for first matching file."
              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))