Let the debugger continue to the normal handler.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Jan 2011 20:02:07 +0000 (15:02 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Jan 2011 20:02:07 +0000 (15:02 -0500)
commite7f7fbaa11828658bfa7a47e07446d050dc0ad92
treec0f4b39a119341d02199a1d87af16d8af7409b9a
parent6608a7d8fb941119faeb8873df0f56eea0ac1764
Let the debugger continue to the normal handler.
* src/eval.c (maybe_call_debugger): Declare before new use.
(find_handler_clause): Don't call debugger any more.
Ignore Vstack_trace_on_error.
Use XCAR/XCDR.
(syms_of_eval): Remove Vstack_trace_on_error.
(Fsignal): Only modify handlerlist when we know we need to do it.
Call the debugger when necessary.
* src/globals.h (Vstack_trace_on_error): Remove.

Fixes: debbugs:7825
etc/NEWS
lisp/cus-start.el
src/ChangeLog
src/eval.c
src/globals.h