aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorVasilij Schneidermann2016-09-30 16:22:26 +0300
committerEli Zaretskii2016-09-30 16:22:26 +0300
commitd1890a3a4a18f79cabf4caf8d194cdc29ea4bf05 (patch)
tree2bc07affe29f93d7c0287b9723d0a1b022b671c9 /etc
parent97f35401771f782d5edc0dc6b841e054ca8685c3 (diff)
downloademacs-d1890a3a4a18f79cabf4caf8d194cdc29ea4bf05.tar.gz
emacs-d1890a3a4a18f79cabf4caf8d194cdc29ea4bf05.zip
New user option 'debugger-stack-frame-as-list'
* src/eval.c (syms_of_eval) <debugger-stack-frame-as-list>: New variable. * lisp/cus-start.el (standard): Add debugger-stack-frame-as-list. * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Adjust backtrace processing for the value of debugger-stack-frame-as-list. * lisp/emacs-lisp/edebug.el (edebug-backtrace): Adjust backtrace processing for the value of debugger-stack-frame-as-list. * doc/lispref/debugging.texi (Internals of Debugger): Document debugger-stack-frame-as-list. * etc/NEWS: Mention 'debugger-stack-frame-as-list'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3f4cf01b26..dffbac8df65 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -205,6 +205,11 @@ questions, with a handy way to display help texts.
205+++ 205+++
206** 'switch-to-buffer-preserve-window-point' now defaults to t. 206** 'switch-to-buffer-preserve-window-point' now defaults to t.
207 207
208+++
209** The new variable 'debugger-stack-frame-as-list' allows displaying
210all call stack frames in a Lisp backtrace buffer as lists. Both
211debug.el and edebug.el have been updated to heed to this variable.
212
208 213
209* Editing Changes in Emacs 25.3 214* Editing Changes in Emacs 25.3
210 215