1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(ido-wide-find-dirs-or-files): Fixed problem that caused

incomplete list of matches to be returned.
This commit is contained in:
Kim F. Storm 2002-10-29 14:14:56 +00:00
parent d0891f9ee7
commit 81173429ea

View 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))