]> git.eshelyaron.com Git - emacs.git/commit
Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)
authorGemini Lasswell <gazally@runbox.com>
Wed, 20 Jun 2018 20:58:33 +0000 (13:58 -0700)
committerGemini Lasswell <gazally@runbox.com>
Sat, 30 Jun 2018 14:36:11 +0000 (07:36 -0700)
commit4bd43b03526ae893609c7b54958fc332a1c81681
tree9baac307550a99d7b7a9a48442deca5e515c9f0b
parentab983522a140187fa2f7bd996c6e3760b0db8d09
Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)

* src/eval.c (call_debugger): Increase the amount of extra Lisp
evaluation depth given to the debugger to allow it to call cl-print.
* lisp/emacs-lisp/debug.el (debugger-setup-buffer): Add a comment
to suggest updating call_debugger when changing print-level.
lisp/emacs-lisp/debug.el
src/eval.c