Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
37b2bef6
Commit
37b2bef6
authored
Jun 25, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fframe_parameters): Don't handle menu-bar-lines explicitly.
parent
ccd0664b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/frame.c
src/frame.c
+6
-1
No files found.
src/frame.c
View file @
37b2bef6
...
...
@@ -1369,7 +1369,12 @@ If FRAME is omitted, return information on the currently selected frame.")
:
FRAME_MINIBUF_ONLY_P
(
f
)
?
Qonly
:
FRAME_MINIBUF_WINDOW
(
f
)));
store_in_alist
(
&
alist
,
Qunsplittable
,
(
FRAME_NO_SPLIT_P
(
f
)
?
Qt
:
Qnil
));
store_in_alist
(
&
alist
,
Qmenu_bar_lines
,
(
FRAME_MENU_BAR_LINES
(
f
)));
#if 0 /* This ought to be correct in f->param_alist. */
store_in_alist (&alist, Qmenu_bar_lines,
(FRAME_MENU_BAR_LINES (f)
? FRAME_MENU_BAR_LINES (f)
: FRAME_EXTERNAL_MENU_BAR (f)));
#endif
/* I think this should be done with a hook. */
#ifdef HAVE_X_WINDOWS
...
...
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