/[emacs]/emacs/src/eval.c
ViewVC logotype

Diff of /emacs/src/eval.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.173 by pj, Tue Nov 13 07:00:21 2001 UTC revision 1.174 by rms, Wed Nov 14 00:07:34 2001 UTC
# Line 3286  before making `inhibit-quit' nil.  */); Line 3286  before making `inhibit-quit' nil.  */);
3286    staticpro (&Qand_optional);    staticpro (&Qand_optional);
3287    
3288    DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error,    DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error,
3289                 doc: /* *Non-nil means automatically display a backtrace buffer                 doc: /* *Non-nil means errors display a backtrace buffer.
3290  after any error that is handled by the editor command loop.  More precisely, this happens for any error that is handled
3291    by the editor command loop.
3292  If the value is a list, an error only means to display a backtrace  If the value is a list, an error only means to display a backtrace
3293  if one of its condition symbols appears in the list.  */);  if one of its condition symbols appears in the list.  */);
3294    Vstack_trace_on_error = Qnil;    Vstack_trace_on_error = Qnil;

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26