mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(mark_object): Mark the buffer_list field.
This commit is contained in:
parent
941e78a72a
commit
a0e1f1855c
1 changed files with 1 additions and 0 deletions
|
|
@ -1833,6 +1833,7 @@ mark_object (argptr)
|
|||
mark_object (&ptr->face_alist);
|
||||
mark_object (&ptr->menu_bar_vector);
|
||||
mark_object (&ptr->buffer_predicate);
|
||||
mark_object (&ptr->buffer_list);
|
||||
}
|
||||
else if (GC_BOOL_VECTOR_P (obj))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue