Mercurial > emacs
changeset 67442:28a148064aa7
(Fx_create_frame): Reinstate previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 10 Dec 2005 00:38:16 +0000 |
parents | cba8f90d0adb |
children | d239ab55a73a |
files | src/xfns.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Fri Dec 09 20:51:21 2005 +0000 +++ b/src/xfns.c Sat Dec 10 00:38:16 2005 +0000 @@ -3373,16 +3373,12 @@ 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;