aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index c665bbad7f2..08b6ed8b1a4 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -4369,17 +4369,6 @@ This function is an internal primitive--use `make-frame' instead. */)
4369 x_wm_set_size_hint (f, window_prompting, 0); 4369 x_wm_set_size_hint (f, window_prompting, 0);
4370 UNBLOCK_INPUT; 4370 UNBLOCK_INPUT;
4371 4371
4372 /* Avoid a bug that causes the new frame to never become visible if
4373 an echo area message is displayed during the following call1. */
4374 specbind(Qredisplay_dont_pause, Qt);
4375
4376 /* Set up faces after all frame parameters are known. This call
4377 also merges in face attributes specified for new frames. If we
4378 don't do this, the `menu' face for instance won't have the right
4379 colors, and the menu bar won't appear in the specified colors for
4380 new frames. */
4381 call1 (Qface_set_after_frame_default, frame);
4382
4383 /* Make the window appear on the frame and enable display, unless 4372 /* Make the window appear on the frame and enable display, unless
4384 the caller says not to. However, with explicit parent, Emacs 4373 the caller says not to. However, with explicit parent, Emacs
4385 cannot control visibility, so don't try. */ 4374 cannot control visibility, so don't try. */