projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0891f9
)
(ido-wide-find-dirs-or-files): Fixed problem that caused
author
Kim F. Storm
<storm@cua.dk>
Tue, 29 Oct 2002 14:14:56 +0000
(14:14 +0000)
committer
Kim 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
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 93ecfc1755aeb4cd5353d2dd9cde5a7196812bd1..9a79023775aa90c1213ff82ce1dd575ef1798795 100644
(file)
--- 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))