]> git.eshelyaron.com Git - emacs.git/commit
Avoid printing stacktraces when it probably wouldn't work anyway.
authorPhilipp Stephani <phst@google.com>
Sat, 2 Jan 2021 14:04:50 +0000 (15:04 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 2 Jan 2021 14:04:50 +0000 (15:04 +0100)
commit4ac6148ef94fed6863c75e73ad91b565ce60cabe
tree5da40ec45eea60938cc502b2c92b79b8dfdd7811
parent64f2c96cbe3ba803c4026c976c425771911e29e3
Avoid printing stacktraces when it probably wouldn't work anyway.

* src/eval.c (signal_or_quit): Don't try to call the debugger if it's
inhibited or we are about to dump or bootstrap.  In those cases the
debugger probably wouldn't work anyway.
src/eval.c