changeset 34949:bbd0e7b5043a

(x_connection_closed): Set handling_signal to 0 at the start.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 02 Jan 2001 13:32:43 +0000
parents 023bd66b66f5
children 95f07a5e1ee6
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Tue Jan 02 12:11:32 2001 +0000
+++ b/src/xterm.c	Tue Jan 02 13:32:43 2001 +0000
@@ -11263,6 +11263,8 @@
   struct x_display_info *dpyinfo = x_display_info_for_display (dpy);
   Lisp_Object frame, tail;
 
+  handling_signal = 0;
+  
   /* We have to close the display to inform Xt that it doesn't
      exist anymore.  If we don't, Xt will continue to wait for
      events from the display.  As a consequence, a sequence of
@@ -11339,7 +11341,6 @@
   TOTALLY_UNBLOCK_INPUT;
 
   clear_waiting_for_input ();
-  handling_signal = 0;
   error ("%s", error_message);
 }