aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-10-29 14:14:56 +0000
committerKim F. Storm2002-10-29 14:14:56 +0000
commit81173429eaddbb8bf5a5978dc4293f7c6d41b983 (patch)
tree32612297fc5d76d5e27bc0132610958156586e7b
parentd0891f9ee702382af03c4345fe637396c310749e (diff)
downloademacs-81173429eaddbb8bf5a5978dc4293f7c6d41b983.tar.gz
emacs-81173429eaddbb8bf5a5978dc4293f7c6d41b983.zip
(ido-wide-find-dirs-or-files): Fixed problem that caused
incomplete list of matches to be returned.
-rw-r--r--lisp/ido.el1
1 files changed, 0 insertions, 1 deletions
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."
2448 res) 2448 res)
2449 (while paths 2449 (while paths
2450 (setq path (car paths) 2450 (setq path (car paths)
2451 paths (cdr paths)
2452 paths (cdr paths)) 2451 paths (cdr paths))
2453 (if (and (string-match "^/" path) 2452 (if (and (string-match "^/" path)
2454 (file-exists-p path)) 2453 (file-exists-p path))