]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
authorRichard M. Stallman <rms@gnu.org>
Wed, 22 Apr 1998 02:14:55 +0000 (02:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 22 Apr 1998 02:14:55 +0000 (02:14 +0000)
src/eval.c

index 64913895b44b29df77c815ec36fe3a10f9130725..1b481663f3de1daba5700cee7f2c43fcd7f76612 100644 (file)
@@ -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);