Skip to content

Commit

Permalink
(Fadd_text_properties): Don't return without ungcpro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Feb 10, 1996
1 parent c9807d9 commit 1b7541c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textprop.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ Return t if any property value actually changed, nil otherwise.")
{
int got = (LENGTH (i) - (s - i->position));
if (got >= len)
return Qnil;
RETURN_UNGCPRO (Qnil);
len -= got;
i = next_interval (i);
}
Expand Down

0 comments on commit 1b7541c

Please sign in to comment.