diff options
| author | Richard M. Stallman | 1994-03-02 03:43:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-02 03:43:07 +0000 |
| commit | 9dd935ee613b1267363ce2abf6e9b38daaedb4a7 (patch) | |
| tree | 73b7e765c6bf98df41f14db4cb1c13ad17550746 /src | |
| parent | a69c774b84f67d742c75879805bbb42f47cb7b5d (diff) | |
| download | emacs-9dd935ee613b1267363ce2abf6e9b38daaedb4a7.tar.gz emacs-9dd935ee613b1267363ce2abf6e9b38daaedb4a7.zip | |
(make_frame): Init menu_bar_items field to 0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 1 |
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) |