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, 07 Jun 2006 22:25:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/06/07 22:25:55

Index: ido.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ido.el,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- ido.el      7 Jun 2006 22:05:05 -0000       1.97
+++ ido.el      7 Jun 2006 22:25:55 -0000       1.98
@@ -2898,6 +2898,7 @@
     (when name
       (setq ido-text-init
            (if (or all
+                   (eq last-command this-command)
                    (not (equal (file-name-directory bfname) 
ido-current-directory))
                    (not (string-match "\\.[^.]*\\'" name)))
                name




reply via email to

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