changeset 48067:40a74df31521

(ido-wide-find-dirs-or-files): Fixed problem that caused incomplete list of matches to be returned.
author Kim F. Storm <storm@cua.dk>
date Tue, 29 Oct 2002 14:14:56 +0000
parents 0c2bd4f7dc39
children 0560d7169eba
files lisp/ido.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Tue Oct 29 14:14:00 2002 +0000
+++ b/lisp/ido.el	Tue Oct 29 14:14:56 2002 +0000
@@ -2448,7 +2448,6 @@
 	res)
     (while paths
       (setq path (car paths)
-	    paths (cdr paths)
 	    paths (cdr paths))
       (if (and (string-match "^/" path)
 	       (file-exists-p path))