diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-12-10 00:38:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-12-10 00:38:29 +0000 |
commit | e358e052160031115249c6ec86e657932a8e053f (patch) | |
tree | edec59f029b81594ade9babdc4b29ff3ec323699 /src/xfns.c | |
parent | ed73e486e417e337f48438c314aae699c290353e (diff) | |
download | emacs-e358e052160031115249c6ec86e657932a8e053f.tar.gz |
(Fx_create_frame): Reinstate previous change.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 4 |
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; |