diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-03-12 06:26:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-03-12 06:26:38 +0000 |
commit | 9e8a7331f2a8a28c960da09e363c17b2b1b5ad07 (patch) | |
tree | 2359b0a1782363a4fc03c6de62f2655b483980c7 /src/alloc.c | |
parent | 7ce2c09547ff3180c6b8227d3be3b7fce46430f5 (diff) | |
download | emacs-9e8a7331f2a8a28c960da09e363c17b2b1b5ad07.tar.gz emacs-9e8a7331f2a8a28c960da09e363c17b2b1b5ad07.tar.bz2 emacs-9e8a7331f2a8a28c960da09e363c17b2b1b5ad07.zip |
(mark_object): Mark the menu_bar_items field.
Diffstat (limited to 'src/alloc.c')
-rw-r--r-- | src/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 8e4e1bec2ec..977e0de14a0 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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 */ |