diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c index 2d15fa87431..7397cdfa342 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -3286,8 +3286,9 @@ before making `inhibit-quit' nil. */); | |||
| 3286 | staticpro (&Qand_optional); | 3286 | staticpro (&Qand_optional); |
| 3287 | 3287 | ||
| 3288 | DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error, | 3288 | DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error, |
| 3289 | doc: /* *Non-nil means automatically display a backtrace buffer | 3289 | doc: /* *Non-nil means errors display a backtrace buffer. |
| 3290 | after any error that is handled by the editor command loop. | 3290 | More precisely, this happens for any error that is handled |
| 3291 | by the editor command loop. | ||
| 3291 | If the value is a list, an error only means to display a backtrace | 3292 | If the value is a list, an error only means to display a backtrace |
| 3292 | if one of its condition symbols appears in the list. */); | 3293 | if one of its condition symbols appears in the list. */); |
| 3293 | Vstack_trace_on_error = Qnil; | 3294 | Vstack_trace_on_error = Qnil; |