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
050d63b5
Commit
050d63b5
authored
Nov 05, 1996
by
Richard M. Stallman
Browse files
(Fx_create_frame): Look for X-resource for minibuffer.
parent
0609c998
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 @
050d63b5
...
...
@@ -3098,7 +3098,7 @@ This function is an internal primitive--use `make-frame' instead.")
it to make_frame_without_minibuffer. */
frame
=
Qnil
;
GCPRO4
(
parms
,
parent
,
name
,
frame
);
tem
=
x_get_arg
(
parms
,
Qminibuffer
,
0
,
0
,
symbol
);
tem
=
x_get_arg
(
parms
,
Qminibuffer
,
"minibuffer"
,
"Minibuffer"
,
symbol
);
if
(
EQ
(
tem
,
Qnone
)
||
NILP
(
tem
))
f
=
make_frame_without_minibuffer
(
Qnil
,
kb
,
display
);
else
if
(
EQ
(
tem
,
Qonly
))
...
...
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