diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-10 16:40:37 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-10 16:40:37 -0800 |
commit | 68146aa5abeb41ea6f535e6d2cad6a5211ba49e0 (patch) | |
tree | feac8ef60e554aaa04c4036f704c4abbfbc7b554 /lisp/emacs-lisp/debug.el | |
parent | 38868ad716a4d33a81fbaeea17fc0ee64616252c (diff) | |
download | emacs-68146aa5abeb41ea6f535e6d2cad6a5211ba49e0.tar.gz emacs-68146aa5abeb41ea6f535e6d2cad6a5211ba49e0.tar.bz2 emacs-68146aa5abeb41ea6f535e6d2cad6a5211ba49e0.zip |
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index c04e68c0cfa..1117d11e07e 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -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.") |