(Fx_create_frame): Comment out previous change.

This commit is contained in:
Richard M. Stallman 2005-12-08 15:49:11 +00:00
parent 186bccc366
commit 2fda697741
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-12-08 Richard M. Stallman <rms@gnu.org>
* xfns.c (Fx_create_frame): Comment out previous change.
2005-12-07 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
* xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,

View file

@ -3373,12 +3373,16 @@ This function is an internal primitive--use `make-frame' instead. */)
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;