Mercurial > emacs
changeset 67386:d3419a52a937
(Fx_create_frame): Comment out previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 08 Dec 2005 15:48:56 +0000 |
parents | 15ed3778b098 |
children | 1d108ad0a980 |
files | src/xfns.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Thu Dec 08 14:12:12 2005 +0000 +++ b/src/xfns.c Thu Dec 08 15:48:56 2005 +0000 @@ -3373,12 +3373,16 @@ 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;