mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
This commit is contained in:
parent
38868ad716
commit
68146aa5ab
2 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ The value used here is passed to `quit-restore-window'."
|
|||
(const :tag "Bury" bury)
|
||||
(const :tag "Kill" kill))
|
||||
:group 'debugger
|
||||
:version "24.2")
|
||||
:version "24.3")
|
||||
|
||||
(defvar debug-function-list nil
|
||||
"List of functions currently set for debug on entry.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue