aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 0e012d45008..572410e9617 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1094,7 +1094,9 @@ See also the function `condition-case'.")
1094 if (gc_in_progress || waiting_for_input) 1094 if (gc_in_progress || waiting_for_input)
1095 abort (); 1095 abort ();
1096 1096
1097#ifdef HAVE_X_WINDOWS
1097 TOTALLY_UNBLOCK_INPUT; 1098 TOTALLY_UNBLOCK_INPUT;
1099#endif
1098 1100
1099 conditions = Fget (sig, Qerror_conditions); 1101 conditions = Fget (sig, Qerror_conditions);
1100 1102