emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ido.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ido.el
Date: Sat, 22 Aug 2009 21:46:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/08/22 21:46:57

Modified files:
        lisp           : ido.el 

Log message:
        Comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ido.el?cvsroot=emacs&r1=1.157&r2=1.158

Patches:
Index: ido.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ido.el,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -b -r1.157 -r1.158
--- ido.el      10 May 2009 21:23:26 -0000      1.157
+++ ido.el      22 Aug 2009 21:46:56 -0000      1.158
@@ -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))




reply via email to

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