# HG changeset patch # User Gerd Moellmann # Date 985793593 0 # Node ID 451c5848dd13696740807bdaab030833fb44a016 # Parent a644f49661697a0b3c16011a424ea2f1746e14d0 (call_debugger): Bind `inhibit-redisplay' to nil, and bind inhibit-eval-during-redisplay' to t. diff -r a644f4966169 -r 451c5848dd13 src/eval.c --- a/src/eval.c Wed Mar 28 15:32:52 2001 +0000 +++ b/src/eval.c Wed Mar 28 15:33:13 2001 +0000 @@ -254,6 +254,8 @@ redisplaying_p = 0; specbind (intern ("debugger-may-continue"), debug_while_redisplaying ? Qnil : Qt); + specbind (Qinhibit_redisplay, Qnil); + specbind (Qinhibit_eval_during_redisplay, Qt); val = apply1 (Vdebugger, arg);