From 81173429eaddbb8bf5a5978dc4293f7c6d41b983 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 29 Oct 2002 14:14:56 +0000 Subject: [PATCH] (ido-wide-find-dirs-or-files): Fixed problem that caused incomplete list of matches to be returned. --- lisp/ido.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ido.el b/lisp/ido.el index 93ecfc1755a..9a79023775a 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -2448,7 +2448,6 @@ for first matching file." res) (while paths (setq path (car paths) - paths (cdr paths) paths (cdr paths)) (if (and (string-match "^/" path) (file-exists-p path)) -- 2.39.2