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, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index c1ebd0cf2a3..68fc5d9d2a7 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5735,6 +5735,8 @@ mark_buffer (buf)
5735 mark_object (tmp); 5735 mark_object (tmp);
5736 } 5736 }
5737 5737
5738 /* buffer-local Lisp variables start at `undo_list',
5739 tho only the ones from `name' on are GC'd normally. */
5738 for (ptr = &buffer->name; 5740 for (ptr = &buffer->name;
5739 (char *)ptr < (char *)buffer + sizeof (struct buffer); 5741 (char *)ptr < (char *)buffer + sizeof (struct buffer);
5740 ptr++) 5742 ptr++)