changeset 7095:098b87bde5a7

(make_frame): Initialize fields menu_bar_vector and menu_bar_items_used.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Apr 1994 22:12:09 +0000
parents b473ea5a3473
children a3bf30f1a408
files src/frame.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Mon Apr 25 22:10:01 1994 +0000
+++ b/src/frame.c	Mon Apr 25 22:12:09 1994 +0000
@@ -168,6 +168,8 @@
   f->condemned_scroll_bars = Qnil;
   f->face_alist = Qnil;
   f->menu_bar_items = Qnil;
+  f->menu_bar_vector = Qnil;
+  f->menu_bar_items_used = 0;
 
   root_window = make_window ();
   if (mini_p)