From 68146aa5abeb41ea6f535e6d2cad6a5211ba49e0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 10 Nov 2012 16:40:37 -0800 Subject: [PATCH] * lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/debug.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version. + 2012-11-10 Leo Liu * 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.") -- 2.39.5