Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching from debugger hook to just condition-case.
The motivation for using debugger was to get a backtrace, but this is more complicated than originally thought. * `signal-hook-function' does not not work because it gets every signal, even ones that would be handled by `condition-case'. * `debugger' and `debug-on-error' because the debugger will only be invoked once per event.
- Loading branch information