* 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

@ -1,3 +1,7 @@
2012-11-11 Glenn Morris <rgm@gnu.org>
* emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
2012-11-10 Leo Liu <sdl.web@gmail.com>
* ido.el (ido-set-matches-1): Fix split-string args to avoid

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