aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-06 19:14:34 +0000
committerRichard M. Stallman1996-03-06 19:14:34 +0000
commit822bd8045d9193019a371c3685a634f68ea47712 (patch)
tree74f780e0a8ad373c074864108e79c1ce0c76bf1c /src
parent8f86998a666a09bb15f48ad8530952c9526a5a6b (diff)
downloademacs-822bd8045d9193019a371c3685a634f68ea47712.tar.gz
emacs-822bd8045d9193019a371c3685a634f68ea47712.zip
(x_connection_closed): Don't unblock input until the end.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c5
1 files changed, 0 insertions, 5 deletions
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)
4515 struct x_display_info *dpyinfo = x_display_info_for_display (display); 4515 struct x_display_info *dpyinfo = x_display_info_for_display (display);
4516 Lisp_Object frame, tail; 4516 Lisp_Object frame, tail;
4517 4517
4518 /* Whatever we were in the middle of, we are going to throw out of it,
4519 so reassure various things that have error checks about being
4520 called with input blocked. */
4521 TOTALLY_UNBLOCK_INPUT;
4522
4523 if (_Xdebug) 4518 if (_Xdebug)
4524 abort (); 4519 abort ();
4525 4520