* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
This commit is contained in:
parent
38868ad716
commit
68146aa5ab
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue