diff options
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\ |