summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-12-10 00:38:29 +0000
committerRichard M. Stallman <rms@gnu.org>2005-12-10 00:38:29 +0000
commite358e052160031115249c6ec86e657932a8e053f (patch)
treeedec59f029b81594ade9babdc4b29ff3ec323699 /src/xfns.c
parented73e486e417e337f48438c314aae699c290353e (diff)
downloademacs-e358e052160031115249c6ec86e657932a8e053f.tar.gz
(Fx_create_frame): Reinstate previous change.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 06779ca3b07..ee4a7bf3b00 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3373,16 +3373,12 @@ 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;