Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7a8d465a
Commit
7a8d465a
authored
Oct 13, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(file_name_completion): Fix last change.
parent
30743573
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dired.c
src/dired.c
+1
-1
No files found.
src/dired.c
View file @
7a8d465a
...
...
@@ -570,7 +570,7 @@ file_name_completion (file, dirname, all_flag, ver_flag)
if
(
!
STRINGP
(
elt
))
continue
;
elt_len
=
XSTRING
(
elt
)
->
size
-
1
;
/* -1 for trailing / */
if
(
elt_len
=
=
0
)
if
(
elt_len
<
=
0
)
continue
;
p1
=
XSTRING
(
elt
)
->
data
;
if
(
p1
[
elt_len
]
!=
'/'
)
...
...
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