aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index d342a722ca6..95309f076d4 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6102,7 +6102,7 @@ mark_object (Lisp_Object arg)
6102 } 6102 }
6103 if (!PURE_POINTER_P (XSTRING (ptr->name))) 6103 if (!PURE_POINTER_P (XSTRING (ptr->name)))
6104 MARK_STRING (XSTRING (ptr->name)); 6104 MARK_STRING (XSTRING (ptr->name));
6105 MARK_INTERVAL_TREE (STRING_INTERVALS (ptr->name)); 6105 MARK_INTERVAL_TREE (string_get_intervals (ptr->name));
6106 6106
6107 ptr = ptr->next; 6107 ptr = ptr->next;
6108 if (ptr) 6108 if (ptr)