diff options
| author | Gerd Moellmann | 1999-12-29 10:41:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-29 10:41:49 +0000 |
| commit | dac204bce1575e4e64f388d09d1c11f1bdad51c3 (patch) | |
| tree | b0064d1649ff1b94b9c38be5cf0ae0c27ef5cfa0 /src/eval.c | |
| parent | 30f80d00b5ab3c8e9c3c1afdaa29a925f1996416 (diff) | |
| download | emacs-dac204bce1575e4e64f388d09d1c11f1bdad51c3.tar.gz emacs-dac204bce1575e4e64f388d09d1c11f1bdad51c3.zip | |
(syms_of_eval): Initialize debug_may_continue.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 1 |
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\ |
| 3059 | This is nil when the debugger is called under circumstances where it\n\ | 3059 | This is nil when the debugger is called under circumstances where it\n\ |
| 3060 | might not be safe to continue."); | 3060 | might 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\ |