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
7e63ac6a
Commit
7e63ac6a
authored
Aug 12, 1995
by
Richard M. Stallman
Browse files
(store_frame_param): Don't call set_menu_bar_lines if X.
parent
5391a863
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/frame.c
src/frame.c
+3
-2
No files found.
src/frame.c
View file @
7e63ac6a
...
...
@@ -1633,6 +1633,7 @@ store_frame_param (f, prop, val)
if
(
EQ
(
prop
,
Qbuffer_predicate
))
f
->
buffer_predicate
=
val
;
if
(
!
FRAME_X_P
(
f
))
if
(
EQ
(
prop
,
Qmenu_bar_lines
))
set_menu_bar_lines
(
f
,
val
,
make_number
(
FRAME_MENU_BAR_LINES
(
f
)));
...
...
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