Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
81173429
Commit
81173429
authored
Oct 29, 2002
by
Kim F. Storm
Browse files
(ido-wide-find-dirs-or-files): Fixed problem that caused
incomplete list of matches to be returned.
parent
d0891f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/ido.el
lisp/ido.el
+0
-1
No files found.
lisp/ido.el
View file @
81173429
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment