(mark_buffer): Comment fix to clarify the status of Lisp fields.

This commit is contained in:
Stefan Monnier 2008-02-11 17:54:46 +00:00
parent ccaf15bd0c
commit 9ce376f9de

View file

@ -5735,6 +5735,8 @@ mark_buffer (buf)
mark_object (tmp);
}
/* buffer-local Lisp variables start at `undo_list',
tho only the ones from `name' on are GC'd normally. */
for (ptr = &buffer->name;
(char *)ptr < (char *)buffer + sizeof (struct buffer);
ptr++)