diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 5f249b59b99..5e9daf99fd0 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -885,7 +885,7 @@ Return t if any property value actually changed, nil otherwise.") | |||
| 885 | { | 885 | { |
| 886 | int got = (LENGTH (i) - (s - i->position)); | 886 | int got = (LENGTH (i) - (s - i->position)); |
| 887 | if (got >= len) | 887 | if (got >= len) |
| 888 | return Qnil; | 888 | RETURN_UNGCPRO (Qnil); |
| 889 | len -= got; | 889 | len -= got; |
| 890 | i = next_interval (i); | 890 | i = next_interval (i); |
| 891 | } | 891 | } |