1
Fork 0
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:
Glenn Morris 2012-11-10 16:40:37 -08:00
parent 38868ad716
commit 68146aa5ab
2 changed files with 5 additions and 1 deletions

View file

@ -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.")