Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3b8eff32
Commit
3b8eff32
authored
Jul 17, 2010
by
Chong Yidong
Browse files
* frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
parent
ce6e9d7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+3
-1
No files found.
src/ChangeLog
View file @
3b8eff32
2010-07-17 Chong Yidong <cyd@stupidchicken.com>
* frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (xg_event_is_for_menubar): Also check that event window
...
...
src/frame.c
View file @
3b8eff32
...
...
@@ -553,7 +553,9 @@ make_initial_frame (void)
FRAME_CAN_HAVE_SCROLL_BARS
(
f
)
=
0
;
FRAME_VERTICAL_SCROLL_BAR_TYPE
(
f
)
=
vertical_scroll_bar_none
;
FRAME_MENU_BAR_LINES
(
f
)
=
NILP
(
Vmenu_bar_mode
)
?
0
:
1
;
/* The default value of menu-bar-mode is t. */
set_menu_bar_lines
(
f
,
make_number
(
1
),
Qnil
);
#ifdef CANNOT_DUMP
if
(
!
noninteractive
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment