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
519066d2
Commit
519066d2
authored
May 19, 1993
by
Richard M. Stallman
Browse files
(x_set_menu_bar_lines): Fix typo in last change.
parent
3c5c35c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
519066d2
...
...
@@ -899,7 +899,7 @@ x_set_menu_bar_lines (f, value, oldval)
most of the commands try to apply themselves to the minibuffer
frame itslef, and get an error because you can't switch buffers
in or split the minibuffer window. */
if
(
FRAME_MINBUF_ONLY_P
(
f
))
if
(
FRAME_MIN
I
BUF_ONLY_P
(
f
))
return
;
if
(
XTYPE
(
value
)
==
Lisp_Int
)
...
...
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