]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_connection_closed): Set handling_signal to 0 at
authorGerd Moellmann <gerd@gnu.org>
Tue, 2 Jan 2001 13:32:43 +0000 (13:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 2 Jan 2001 13:32:43 +0000 (13:32 +0000)
the start.

src/xterm.c

index ff90cf8d7c3ce920d2d5cc7a104acf290976f805..4eb459cba59d7f2ece45c8c5f723280a9ac90b59 100644 (file)
@@ -11263,6 +11263,8 @@ x_connection_closed (dpy, error_message)
   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 @@ x_connection_closed (dpy, error_message)
   TOTALLY_UNBLOCK_INPUT;
 
   clear_waiting_for_input ();
-  handling_signal = 0;
   error ("%s", error_message);
 }