]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
authorGlenn Morris <rgm@gnu.org>
Sun, 11 Nov 2012 00:40:37 +0000 (16:40 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Nov 2012 00:40:37 +0000 (16:40 -0800)
lisp/ChangeLog
lisp/emacs-lisp/debug.el

index 542c80abeec0b7994569bf28af44af13c242c3d3..88ecfddffb2bee80bc131e54bf9920f446cfe470 100644 (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
index c04e68c0cfa30a2310cd6b672e286e67a8f050de..1117d11e07e540725b9b210443cf35821e097c99 100644 (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.")