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
8fc91a85
Commit
8fc91a85
authored
Mar 03, 1998
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Ffile_name_nondirectory): Use size_byte member of
XSTRING (filename).
parent
2cef5737
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fileio.c
src/fileio.c
+1
-1
No files found.
src/fileio.c
View file @
8fc91a85
...
...
@@ -436,7 +436,7 @@ or the entire name if it contains no slash.")
return call2 (handler, Qfile_name_nondirectory, filename);
beg = XSTRING (filename)->data;
end = p = beg + XSTRING (filename)->size;
end = p = beg + XSTRING (filename)->size
_byte
;
while (p != beg && !IS_DIRECTORY_SEP (p[-1])
#ifdef VMS
...
...
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