]> git.eshelyaron.com Git - emacs.git/commit
Restore 'command-debug-status' functionality
authorPhilippe Vaucher <philippe.vaucher@gmail.com>
Tue, 4 Oct 2016 14:34:51 +0000 (17:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Oct 2016 14:34:51 +0000 (17:34 +0300)
commitf2144eef19611fb2189c44c055e1d539b7a53f08
treec237bdd9449d4c06c511f194bfc210cf5acfde85
parentec6e4b9d1e5a215d9dfe1026730dbb23f1935615
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.
doc/lispref/debugging.texi
lisp/subr.el
src/callint.c