emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Sat, 19 Jan 2002 05:04:04 -0500

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.147 emacs/src/w32fns.c:1.148
*** emacs/src/w32fns.c:1.147    Sun Jan 13 07:14:56 2002
--- emacs/src/w32fns.c  Sat Jan 19 05:04:04 2002
***************
*** 5629,5634 ****
--- 5629,5638 ----
    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]