aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-29 10:41:49 +0000
committerGerd Moellmann1999-12-29 10:41:49 +0000
commitdac204bce1575e4e64f388d09d1c11f1bdad51c3 (patch)
treeb0064d1649ff1b94b9c38be5cf0ae0c27ef5cfa0
parent30f80d00b5ab3c8e9c3c1afdaa29a925f1996416 (diff)
downloademacs-dac204bce1575e4e64f388d09d1c11f1bdad51c3.tar.gz
emacs-dac204bce1575e4e64f388d09d1c11f1bdad51c3.zip
(syms_of_eval): Initialize debug_may_continue.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/eval.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c80c48f0897..efb282dbbab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
11999-12-29 Gerd Moellmann <gerd@gnu.org>
2
3 * eval.c (syms_of_eval): Initialize debugger_may_continue.
4
11999-12-29 Kenichi Handa <handa@etl.go.jp> 51999-12-29 Kenichi Handa <handa@etl.go.jp>
2 6
3 * process.c (read_process_output): Fix the args CHARPOS and LENINS 7 * 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'.");
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\