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
fa251740
Commit
fa251740
authored
Apr 06, 1998
by
Kenichi Handa
Browse files
(Fstring_as_unibyte): Set size_byte field to -1.
parent
453fa987
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/fns.c
src/fns.c
+1
-0
No files found.
src/fns.c
View file @
fa251740
...
...
@@ -858,6 +858,7 @@ If STRING is unibyte, the result is STRING itself.")
{
string
=
Fcopy_sequence
(
string
);
XSTRING
(
string
)
->
size
=
STRING_BYTES
(
XSTRING
(
string
));
SET_STRING_BYTES
(
XSTRING
(
string
),
-
1
);
}
return
string
;
}
...
...
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