From: Gerd Moellmann Date: Wed, 29 Dec 1999 10:41:49 +0000 (+0000) Subject: (syms_of_eval): Initialize debug_may_continue. X-Git-Tag: emacs-pretest-21.0.90~5599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dac204bce1575e4e64f388d09d1c11f1bdad51c3;p=emacs.git (syms_of_eval): Initialize debug_may_continue. --- diff --git a/src/ChangeLog b/src/ChangeLog index c80c48f0897..efb282dbbab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-12-29 Gerd Moellmann + + * eval.c (syms_of_eval): Initialize debugger_may_continue. + 1999-12-29 Kenichi Handa * process.c (read_process_output): Fix the args CHARPOS and LENINS diff --git a/src/eval.c b/src/eval.c index 7fd655bb8bd..1ae15218fd9 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3058,6 +3058,7 @@ Does not apply if quit is handled by a `condition-case'."); "Non-nil means debugger may continue execution.\n\ This is nil when the debugger is called under circumstances where it\n\ might not be safe to continue."); + debugger_may_continue = 1; DEFVAR_LISP ("debugger", &Vdebugger, "Function to call to invoke debugger.\n\