# HG changeset patch # User Richard M. Stallman # Date 826139674 0 # Node ID 6c0e354bf5b115d2a320c2615dba7842e1e38ee6 # Parent a10f783eeb28f2c8a6610c45346605db32f99056 (x_connection_closed): Don't unblock input until the end. diff -r a10f783eeb28 -r 6c0e354bf5b1 src/xterm.c --- a/src/xterm.c Wed Mar 06 19:13:44 1996 +0000 +++ b/src/xterm.c Wed Mar 06 19:14:34 1996 +0000 @@ -4515,11 +4515,6 @@ 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 ();