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 b9640f6ab7a..e4451aa96c4 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -342,7 +342,9 @@ call_debugger (Lisp_Object arg)
342 redisplay, which necessarily leads to display problems. */ 342 redisplay, which necessarily leads to display problems. */
343 specbind (Qinhibit_eval_during_redisplay, Qt); 343 specbind (Qinhibit_eval_during_redisplay, Qt);
344#endif 344#endif
345
345 val = apply1 (Vdebugger, arg); 346 val = apply1 (Vdebugger, arg);
347
346 /* Interrupting redisplay and resuming it later is not safe under 348 /* Interrupting redisplay and resuming it later is not safe under
347 all circumstances. So, when the debugger returns, abort the 349 all circumstances. So, when the debugger returns, abort the
348 interrupted redisplay by going back to the top-level. */ 350 interrupted redisplay by going back to the top-level. */