Mercurial > emacs
changeset 16515:18e4e6c705ed
(Fx_create_frame): Look for X-resource for minibuffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Nov 1996 02:15:11 +0000 |
parents | c270f12e9373 |
children | e47c5d7e9c5d |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon Nov 04 23:51:33 1996 +0000 +++ b/src/xfns.c Tue Nov 05 02:15:11 1996 +0000 @@ -3098,7 +3098,7 @@ 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))