From: Kim F. Storm Date: Tue, 29 Oct 2002 14:14:56 +0000 (+0000) Subject: (ido-wide-find-dirs-or-files): Fixed problem that caused X-Git-Tag: ttn-vms-21-2-B4~12669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81173429eaddbb8bf5a5978dc4293f7c6d41b983;p=emacs.git (ido-wide-find-dirs-or-files): Fixed problem that caused incomplete list of matches to be returned. --- 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))