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
504f24f1
Commit
504f24f1
authored
Jan 02, 2001
by
Eli Zaretskii
Browse files
(Flength): Remove unused variable `tail'.
(Fdelete): Remove unused variable `size'.
parent
e093d6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/fns.c
src/fns.c
+2
-2
No files found.
src/fns.c
View file @
504f24f1
...
...
@@ -131,7 +131,7 @@ To get the number of bytes, use `string-bytes'")
(
sequence
)
register
Lisp_Object
sequence
;
{
register Lisp_Object
tail,
val;
register
Lisp_Object
val
;
register
int
i
;
retry:
...
...
@@ -1609,7 +1609,7 @@ to be sure of changing the value of `foo'.")
{
if
(
VECTORP
(
seq
))
{
EMACS_INT i, n
, size
;
EMACS_INT
i
,
n
;
for
(
i
=
n
=
0
;
i
<
ASIZE
(
seq
);
++
i
)
if
(
NILP
(
Fequal
(
AREF
(
seq
,
i
),
elt
)))
...
...
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