Mercurial > emacs
changeset 14772:6c0e354bf5b1
(x_connection_closed): Don't unblock input until the end.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Mar 1996 19:14:34 +0000 |
parents | a10f783eeb28 |
children | 045d60026d13 |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 ();