changeset 42833:4510d4d4bac4

(Fx_create_frame): Bind redisplay-dont-pause around call to face-set-after-frame-default.
author Jason Rumney <jasonr@gnu.org>
date Sat, 19 Jan 2002 10:04:04 +0000
parents 3080d125a03a
children b0a1a85677ce
files src/w32fns.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Fri Jan 18 23:25:34 2002 +0000
+++ b/src/w32fns.c	Sat Jan 19 10:04:04 2002 +0000
@@ -5629,6 +5629,10 @@
   x_wm_set_size_hint (f, window_prompting, 0);
   UNBLOCK_INPUT;
 
+  /* Avoid a bug that causes the new frame to never become visible if
+     an echo area message is displayed during the following call1.  */
+  specbind(Qredisplay_dont_pause, Qt);
+
   /* Set up faces after all frame parameters are known.  This call
      also merges in face attributes specified for new frames.  If we
      don't do this, the `menu' face for instance won't have the right