From: Richard M. Stallman Date: Wed, 6 Mar 1996 19:14:34 +0000 (+0000) Subject: (x_connection_closed): Don't unblock input until the end. X-Git-Tag: emacs-19.34~1088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=822bd8045d9193019a371c3685a634f68ea47712;p=emacs.git (x_connection_closed): Don't unblock input until the end. --- diff --git a/src/xterm.c b/src/xterm.c index 4dc456aaa75..49b805bdb04 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4515,11 +4515,6 @@ x_connection_closed (display, error_message) struct x_display_info *dpyinfo = x_display_info_for_display (display); Lisp_Object frame, tail; - /* Whatever we were in the middle of, we are going to throw out of it, - so reassure various things that have error checks about being - called with input blocked. */ - TOTALLY_UNBLOCK_INPUT; - if (_Xdebug) abort ();