aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-29 10:41:49 +0000
committerGerd Moellmann1999-12-29 10:41:49 +0000
commitdac204bce1575e4e64f388d09d1c11f1bdad51c3 (patch)
treeb0064d1649ff1b94b9c38be5cf0ae0c27ef5cfa0 /src/eval.c
parent30f80d00b5ab3c8e9c3c1afdaa29a925f1996416 (diff)
downloademacs-dac204bce1575e4e64f388d09d1c11f1bdad51c3.tar.gz
emacs-dac204bce1575e4e64f388d09d1c11f1bdad51c3.zip
(syms_of_eval): Initialize debug_may_continue.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c1
1 files changed, 1 insertions, 0 deletions
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'.");
3058 "Non-nil means debugger may continue execution.\n\ 3058 "Non-nil means debugger may continue execution.\n\
3059This is nil when the debugger is called under circumstances where it\n\ 3059This is nil when the debugger is called under circumstances where it\n\
3060might not be safe to continue."); 3060might not be safe to continue.");
3061 debugger_may_continue = 1;
3061 3062
3062 DEFVAR_LISP ("debugger", &Vdebugger, 3063 DEFVAR_LISP ("debugger", &Vdebugger,
3063 "Function to call to invoke debugger.\n\ 3064 "Function to call to invoke debugger.\n\