From c666ae758ac57ce4684da2667fd912b0ae7ba428 Mon Sep 17 00:00:00 2001 From: Philippe Vaucher Date: Wed, 28 Sep 2016 12:14:28 +0200 Subject: [PATCH 2/2] Deprecate variable command-debug-status --- doc/lispref/debugging.texi | 2 ++ lisp/subr.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 2f83b40..c88a2fa 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -654,6 +654,8 @@ invocation. The advantage of using this variable rather than an ordinary global variable is that the data will never carry over to a subsequent command invocation. + +This variable is obsolete and will be removed in future versions. @end defvar @defun backtrace-frame frame-number diff --git a/lisp/subr.el b/lisp/subr.el index e9e19d3..2600901 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1377,6 +1377,8 @@ is converted into a string by expressing it in decimal." (make-obsolete 'process-filter-multibyte-p nil "23.1") (make-obsolete 'set-process-filter-multibyte nil "23.1") +(make-obsolete-variable 'command-debug-status "; expect it to be removed a future version" "25.2") + ;; Lisp manual only updated in 22.1. (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro "before 19.34") -- 2.10.0