aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
authorPhilippe Vaucher2016-10-04 17:34:51 +0300
committerEli Zaretskii2016-10-04 17:34:51 +0300
commitf2144eef19611fb2189c44c055e1d539b7a53f08 (patch)
treec237bdd9449d4c06c511f194bfc210cf5acfde85 /doc/lispref/debugging.texi
parentec6e4b9d1e5a215d9dfe1026730dbb23f1935615 (diff)
downloademacs-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.texi2
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.
654The advantage of using this variable rather than an ordinary global 654The advantage of using this variable rather than an ordinary global
655variable is that the data will never carry over to a subsequent command 655variable is that the data will never carry over to a subsequent command
656invocation. 656invocation.
657
658This 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