From: Martin Rudalics Date: Tue, 11 Mar 2014 07:20:49 +0000 (+0100) Subject: Add comment for 2014-03-10T10:31:13Z!rudalics@gmx.at and 2014-03-10T18:53:39Z!rudalic... X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/3d8bb58a990a1dc5bcfadd6cdb5c7b6be8214ca9 Add comment for 2014-03-10T10:31:13Z!rudalics@gmx.at and 2014-03-10T18:53:39Z!rudalics@gmx.at. --- diff --git a/src/w32term.c b/src/w32term.c index b77d01796d..5c93103f2c 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -4684,6 +4684,10 @@ w32_read_socket (struct terminal *terminal, { bool iconified = FRAME_ICONIFIED_P (f); + /* The following was made unconditional in a + pathetic attempt to fix bug#16967 in revision + 116716 but, considered counterproductive was made + conditional again in revision 116727. martin */ if (iconified) SET_FRAME_VISIBLE (f, 1); SET_FRAME_ICONIFIED (f, 0);