emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ido.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el,v
Date: Wed, 27 Dec 2006 00:26:54 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/27 00:26:54

Index: ido.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ido.el,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- ido.el      16 Dec 2006 01:34:10 -0000      1.119
+++ ido.el      27 Dec 2006 00:26:54 -0000      1.120
@@ -3579,6 +3579,9 @@
                            (/= (aref name 0) ?.)))
                      (string-match re name))
                 (cond
+                 ((and (eq ido-cur-item 'buffer)
+                       (string= name (buffer-name ido-entry-buffer)))
+                  (setq matches (cons item matches)))
                  ((and full-re (string-match full-re name))
                   (setq full-matches (cons item full-matches)))
                  ((and suffix-re (string-match suffix-re name))




reply via email to

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