Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68146aa5
Commit
68146aa5
authored
Nov 10, 2012
by
Glenn Morris
Browse files
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
parent
38868ad7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/debug.el
lisp/emacs-lisp/debug.el
+1
-1
No files found.
lisp/ChangeLog
View file @
68146aa5
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
...
...
lisp/emacs-lisp/debug.el
View file @
68146aa5
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment