From: Richard M. Stallman Date: Wed, 22 Apr 1998 02:14:55 +0000 (+0000) Subject: (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT. X-Git-Tag: emacs-20.3~1377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1831d349aa9023541f88e3c7a72744bcfcfa4000;p=emacs.git (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT. --- diff --git a/src/eval.c b/src/eval.c index 64913895b44..1b481663f3d 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1229,9 +1229,7 @@ See also the function `condition-case'.") if (gc_in_progress || waiting_for_input) abort (); -#ifdef HAVE_WINDOW_SYSTEM TOTALLY_UNBLOCK_INPUT; -#endif if (NILP (error_symbol)) real_error_symbol = Fcar (data);