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:
parent
d0891f9ee7
commit
81173429ea
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user