aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-02 03:43:07 +0000
committerRichard M. Stallman1994-03-02 03:43:07 +0000
commit9dd935ee613b1267363ce2abf6e9b38daaedb4a7 (patch)
tree73b7e765c6bf98df41f14db4cb1c13ad17550746 /src
parenta69c774b84f67d742c75879805bbb42f47cb7b5d (diff)
downloademacs-9dd935ee613b1267363ce2abf6e9b38daaedb4a7.tar.gz
emacs-9dd935ee613b1267363ce2abf6e9b38daaedb4a7.zip
(make_frame): Init menu_bar_items field to 0.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 98b6fb32f3e..b8d335a5095 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -166,6 +166,7 @@ make_frame (mini_p)
166 f->scroll_bars = Qnil; 166 f->scroll_bars = Qnil;
167 f->condemned_scroll_bars = Qnil; 167 f->condemned_scroll_bars = Qnil;
168 f->face_alist = Qnil; 168 f->face_alist = Qnil;
169 f->menu_bar_items = Qnil;
169 170
170 root_window = make_window (); 171 root_window = make_window ();
171 if (mini_p) 172 if (mini_p)