aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGemini Lasswell2017-02-04 12:56:19 +0200
committerEli Zaretskii2017-02-04 12:56:19 +0200
commit78f841d6db77f8b72d6d7d221af26efb956ab6cb (patch)
treefce319434b2f653816cf18d1a25cdf6808e9dcc2 /etc
parentc71b718be86bdda7b51c8ea0da30aa896a7833fe (diff)
downloademacs-78f841d6db77f8b72d6d7d221af26efb956ab6cb.tar.gz
emacs-78f841d6db77f8b72d6d7d221af26efb956ab6cb.zip
Change edebug-max-depth from defconst to defcustom
* lisp/emacs-lisp/edebug.el (edebug-max-depth): Add defcustom. (Bug#24713) * etc/NEWS: Mention edebug-max-depth. * doc/lispref/edebug.texi (Checking Whether to Stop): Mention edebug-max-depth and index it. Add cross-references for max-lisp-eval-depth and max-specpdl-size. Co-authored-by: Eli Zaretskii <eliz@gnu.org>
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 270f8803d53..cbf2b70c821 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -464,6 +464,11 @@ viewing HTML files and the like.
464breakpoint (e.g. with "f" and "o") by customizing the new option 464breakpoint (e.g. with "f" and "o") by customizing the new option
465'edebug-sit-on-break'. 465'edebug-sit-on-break'.
466 466
467+++
468*** New customizable option 'edebug-max-depth'
469This allows to enlarge the maximum recursion depth when instrumenting
470code.
471
467** Eshell 472** Eshell
468 473
469*** 'eshell-input-filter's value is now a named function 474*** 'eshell-input-filter's value is now a named function