1
Fork 0
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:
Richard M. Stallman 1993-03-12 06:26:38 +00:00
parent 7ce2c09547
commit 9e8a7331f2

View file

@ -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 */