aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-11-05 02:15:11 +0000
committerRichard M. Stallman1996-11-05 02:15:11 +0000
commit050d63b5c8222d4fa2309a98bcc6a291259b2e34 (patch)
tree392ee34166c468cc6bf40f0670a24844d578ba88 /src
parent0609c9984c3f1c9791d1ae70d59258549d3c8509 (diff)
downloademacs-050d63b5c8222d4fa2309a98bcc6a291259b2e34.tar.gz
emacs-050d63b5c8222d4fa2309a98bcc6a291259b2e34.zip
(Fx_create_frame): Look for X-resource for minibuffer.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 9395f6ce371..ee63ba5f44f 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3098,7 +3098,7 @@ This function is an internal primitive--use `make-frame' instead.")
3098 it to make_frame_without_minibuffer. */ 3098 it to make_frame_without_minibuffer. */
3099 frame = Qnil; 3099 frame = Qnil;
3100 GCPRO4 (parms, parent, name, frame); 3100 GCPRO4 (parms, parent, name, frame);
3101 tem = x_get_arg (parms, Qminibuffer, 0, 0, symbol); 3101 tem = x_get_arg (parms, Qminibuffer, "minibuffer", "Minibuffer", symbol);
3102 if (EQ (tem, Qnone) || NILP (tem)) 3102 if (EQ (tem, Qnone) || NILP (tem))
3103 f = make_frame_without_minibuffer (Qnil, kb, display); 3103 f = make_frame_without_minibuffer (Qnil, kb, display);
3104 else if (EQ (tem, Qonly)) 3104 else if (EQ (tem, Qonly))