mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
(mark_object): Mark face_alist of a frame.
This commit is contained in:
parent
a63f658b55
commit
48dfbc2f80
1 changed files with 1 additions and 0 deletions
|
|
@ -1494,6 +1494,7 @@ mark_object (objptr)
|
|||
mark_object (&ptr->scroll_bars);
|
||||
mark_object (&ptr->condemned_scroll_bars);
|
||||
mark_object (&ptr->menu_bar_items);
|
||||
mark_object (&ptr->face_alist);
|
||||
}
|
||||
break;
|
||||
#endif /* MULTI_FRAME */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue