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
b116683c
Commit
b116683c
authored
Jun 08, 2007
by
Juanma Barranquero
Browse files
(Fmapconcat): Use empty_unibyte_string.
parent
fcd69a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fns.c
src/fns.c
+1
-1
No files found.
src/fns.c
View file @
b116683c
...
...
@@ -3134,7 +3134,7 @@ SEQUENCE may be a list, a vector, a bool-vector, or a string. */)
len
=
Flength
(
sequence
);
leni
=
XINT
(
len
);
nargs
=
leni
+
leni
-
1
;
if
(
nargs
<
0
)
return
build
_string
(
""
)
;
if
(
nargs
<
0
)
return
empty_unibyte
_string
;
SAFE_ALLOCA_LISP
(
args
,
nargs
);
...
...
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