diff options
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)) |