+2005-12-08 Richard M. Stallman <rms@gnu.org>
+
+ * xfns.c (Fx_create_frame): Comment out previous change.
+
2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
* xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
UNBLOCK_INPUT;
}
+#if 0 /* This is incorrect because `default-minibuffer-frame'
+ should only be set automatically to a minibuffer-only frame. */
+
/* Initialize `default-minibuffer-frame' in case this is the first
frame on this display device. */
if (FRAME_HAS_MINIBUF_P (f)
&& (!FRAMEP (kb->Vdefault_minibuffer_frame)
|| !FRAME_LIVE_P (XFRAME (kb->Vdefault_minibuffer_frame))))
kb->Vdefault_minibuffer_frame = frame;
+#endif
UNGCPRO;