(mark_buffer): Comment fix to clarify the status of Lisp fields.
This commit is contained in:
parent
ccaf15bd0c
commit
9ce376f9de
1 changed files with 2 additions and 0 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Reference in a new issue