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
7618d29d
Commit
7618d29d
authored
Jun 30, 2017
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msg
parent
ceedd86e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
lisp/emacs-lisp/debug.el
lisp/emacs-lisp/debug.el
+7
-3
No files found.
lisp/emacs-lisp/debug.el
View file @
7618d29d
...
@@ -817,9 +817,13 @@ To specify a nil argument interactively, exit with an empty minibuffer."
...
@@ -817,9 +817,13 @@ To specify a nil argument interactively, exit with an empty minibuffer."
'type
'help-function
'type
'help-function
'help-args
(
list
fun
))
'help-args
(
list
fun
))
(
terpri
))
(
terpri
))
(
terpri
)
;; Now that debug--function-list uses advice-member-p, its
(
princ
"Note: if you have redefined a function, then it may no longer\n"
)
;; output should be reliable (except for bugs and the exceptional
(
princ
"be set to debug on entry, even if it is in the list."
))))))
;; case where some other advice ends up overriding ours).
;;(terpri)
;;(princ "Note: if you have redefined a function, then it may no longer\n")
;;(princ "be set to debug on entry, even if it is in the list.")
)))))
(
defun
debug--implement-debug-watch
(
symbol
newval
op
where
)
(
defun
debug--implement-debug-watch
(
symbol
newval
op
where
)
"Conditionally call the debugger.
"Conditionally call the debugger.
...
...
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