changeset 14538:a17752d2b0c0

(Fadd_text_properties): Don't return without ungcpro.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Feb 1996 08:58:49 +0000
parents 60e0c134c055
children 136de3bfa14f
files src/textprop.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/textprop.c	Sat Feb 10 08:48:48 1996 +0000
+++ b/src/textprop.c	Sat Feb 10 08:58:49 1996 +0000
@@ -885,7 +885,7 @@
 	{
 	  int got = (LENGTH (i) - (s - i->position));
 	  if (got >= len)
-	    return Qnil;
+	    RETURN_UNGCPRO (Qnil);
 	  len -= got;
 	  i = next_interval (i);
 	}