]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_eval): Initialize when_entered_debugger to -1.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 1994 02:16:15 +0000 (02:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 1994 02:16:15 +0000 (02:16 +0000)
src/eval.c

index c826aa240cc56c87882289ebe2af332858f84779..f53ce8ef65196a3838399c0217bc25966fd85ec5 100644 (file)
@@ -163,7 +163,8 @@ init_eval ()
   Vquit_flag = Qnil;
   debug_on_next_call = 0;
   lisp_eval_depth = 0;
-  when_entered_debugger = 0;
+  /* This is less than the initial value of num_nonmacro_input_chars.  */
+  when_entered_debugger = -1;
 }
 
 Lisp_Object