aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-22 02:14:55 +0000
committerRichard M. Stallman1998-04-22 02:14:55 +0000
commit1831d349aa9023541f88e3c7a72744bcfcfa4000 (patch)
tree07964268119d186a1f2eae42d373b7b976524feb /src
parent7f082394b427860b7af27a535311b4e34451a60e (diff)
downloademacs-1831d349aa9023541f88e3c7a72744bcfcfa4000.tar.gz
emacs-1831d349aa9023541f88e3c7a72744bcfcfa4000.zip
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 0 insertions, 2 deletions
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'.")
1229 if (gc_in_progress || waiting_for_input) 1229 if (gc_in_progress || waiting_for_input)
1230 abort (); 1230 abort ();
1231 1231
1232#ifdef HAVE_WINDOW_SYSTEM
1233 TOTALLY_UNBLOCK_INPUT; 1232 TOTALLY_UNBLOCK_INPUT;
1234#endif
1235 1233
1236 if (NILP (error_symbol)) 1234 if (NILP (error_symbol))
1237 real_error_symbol = Fcar (data); 1235 real_error_symbol = Fcar (data);