mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
(mark_object): Mark the menu_bar_items field.
This commit is contained in:
parent
7ce2c09547
commit
9e8a7331f2
1 changed files with 1 additions and 0 deletions
|
|
@ -1493,6 +1493,7 @@ mark_object (objptr)
|
|||
mark_object (&ptr->param_alist);
|
||||
mark_object (&ptr->scroll_bars);
|
||||
mark_object (&ptr->condemned_scroll_bars);
|
||||
mark_object (&ptr->menu_bar_items);
|
||||
}
|
||||
break;
|
||||
#endif /* not MULTI_FRAME */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue