diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 542c80abeec..88ecfddffb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 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.") |