aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index c826aa240cc..f53ce8ef651 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -163,7 +163,8 @@ init_eval ()
163 Vquit_flag = Qnil; 163 Vquit_flag = Qnil;
164 debug_on_next_call = 0; 164 debug_on_next_call = 0;
165 lisp_eval_depth = 0; 165 lisp_eval_depth = 0;
166 when_entered_debugger = 0; 166 /* This is less than the initial value of num_nonmacro_input_chars. */
167 when_entered_debugger = -1;
167} 168}
168 169
169Lisp_Object 170Lisp_Object