]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-wide-find-dirs-or-files): Fixed problem that caused
authorKim F. Storm <storm@cua.dk>
Tue, 29 Oct 2002 14:14:56 +0000 (14:14 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 29 Oct 2002 14:14:56 +0000 (14:14 +0000)
incomplete list of matches to be returned.

lisp/ido.el

index 93ecfc1755aeb4cd5353d2dd9cde5a7196812bd1..9a79023775aa90c1213ff82ce1dd575ef1798795 100644 (file)
@@ -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))