diff options
| author | Gemini Lasswell | 2017-02-04 12:56:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-02-04 12:56:19 +0200 |
| commit | 78f841d6db77f8b72d6d7d221af26efb956ab6cb (patch) | |
| tree | fce319434b2f653816cf18d1a25cdf6808e9dcc2 /etc | |
| parent | c71b718be86bdda7b51c8ea0da30aa896a7833fe (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -464,6 +464,11 @@ viewing HTML files and the like. | |||
| 464 | breakpoint (e.g. with "f" and "o") by customizing the new option | 464 | breakpoint (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' | ||
| 469 | This allows to enlarge the maximum recursion depth when instrumenting | ||
| 470 | code. | ||
| 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 |