mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msg
This commit is contained in:
parent
ceedd86ed4
commit
7618d29db3
1 changed files with 7 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue