]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): Look for X-resource for minibuffer.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Nov 1996 02:15:11 +0000 (02:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Nov 1996 02:15:11 +0000 (02:15 +0000)
src/xfns.c

index 9395f6ce371edff4d13c90142c2f195b2b16e706..ee63ba5f44f3d64f64158977806c1e43f57e7a24 100644 (file)
@@ -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))