emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110836: * lisp/emacs-lisp/debug.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110836: * lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
Date: Sat, 10 Nov 2012 16:40:37 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110836
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-10 16:40:37 -0800
message:
  * lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/debug.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-10 14:55:09 +0000
+++ b/lisp/ChangeLog    2012-11-11 00:40:37 +0000
@@ -1,3 +1,7 @@
+2012-11-11  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
+
 2012-11-10  Leo Liu  <address@hidden>
 
        * ido.el (ido-set-matches-1): Fix split-string args to avoid

=== modified file 'lisp/emacs-lisp/debug.el'
--- a/lisp/emacs-lisp/debug.el  2012-10-19 09:28:50 +0000
+++ b/lisp/emacs-lisp/debug.el  2012-11-11 00:40:37 +0000
@@ -79,7 +79,7 @@
          (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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]