diff options
| author | Philippe Vaucher | 2016-10-04 17:34:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-04 17:34:51 +0300 |
| commit | f2144eef19611fb2189c44c055e1d539b7a53f08 (patch) | |
| tree | c237bdd9449d4c06c511f194bfc210cf5acfde85 /doc/lispref/debugging.texi | |
| parent | ec6e4b9d1e5a215d9dfe1026730dbb23f1935615 (diff) | |
| download | emacs-f2144eef19611fb2189c44c055e1d539b7a53f08.tar.gz emacs-f2144eef19611fb2189c44c055e1d539b7a53f08.zip | |
Restore 'command-debug-status' functionality
* src/callint.c (Fcall_interactively): Bind command-debug-status
to nil. This restores functionality inadvertently removed in
Emacs 25.1. (Bug#24555)
* lisp/subr.el (command-debug-status): Declare obsolete.
* doc/lispref/debugging.texi (Internals of Debugger): Document
that 'command-debug-status' is obsolete.
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 2f83b4040fa..c88a2fa60e0 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi | |||
| @@ -654,6 +654,8 @@ invocation. | |||
| 654 | The advantage of using this variable rather than an ordinary global | 654 | The advantage of using this variable rather than an ordinary global |
| 655 | variable is that the data will never carry over to a subsequent command | 655 | variable is that the data will never carry over to a subsequent command |
| 656 | invocation. | 656 | invocation. |
| 657 | |||
| 658 | This variable is obsolete and will be removed in future versions. | ||
| 657 | @end defvar | 659 | @end defvar |
| 658 | 660 | ||
| 659 | @defun backtrace-frame frame-number | 661 | @defun backtrace-frame frame-number |