summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-22 21:46:56 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-22 21:46:56 +0000
commit9940702bcb0915c5630e982212825a1c697ca857 (patch)
tree6869448c1c9875b79852f163d06de8a42255485c /lisp/ido.el
parent4b18bdb30dfb2dd44ed610642fa13e7e2f37aff4 (diff)
downloademacs-9940702bcb0915c5630e982212825a1c697ca857.tar.gz
Comment.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index fa85cf1c6ed..2336feacf9e 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -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))