diff options
| author | Richard M. Stallman | 1996-11-05 02:15:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-11-05 02:15:11 +0000 |
| commit | 050d63b5c8222d4fa2309a98bcc6a291259b2e34 (patch) | |
| tree | 392ee34166c468cc6bf40f0670a24844d578ba88 /src | |
| parent | 0609c9984c3f1c9791d1ae70d59258549d3c8509 (diff) | |
| download | emacs-050d63b5c8222d4fa2309a98bcc6a291259b2e34.tar.gz emacs-050d63b5c8222d4fa2309a98bcc6a291259b2e34.zip | |
(Fx_create_frame): Look for X-resource for minibuffer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
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)) |