aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2017-06-30 18:01:01 -0400
committerStefan Monnier2017-06-30 18:01:01 -0400
commit7618d29db36396fbd736672cadaca641186c1dc5 (patch)
treeaded461863611e743cd91471b4780a4e7e5f3d2e
parentceedd86ed448b2cd27a5f96297ce7011eb1e0b97 (diff)
downloademacs-7618d29db36396fbd736672cadaca641186c1dc5.tar.gz
emacs-7618d29db36396fbd736672cadaca641186c1dc5.zip
* lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msg
-rw-r--r--lisp/emacs-lisp/debug.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 726005af9b1..b836e823c73 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -817,9 +817,13 @@ To specify a nil argument interactively, exit with an empty minibuffer."
817 'type 'help-function 817 'type 'help-function
818 'help-args (list fun)) 818 'help-args (list fun))
819 (terpri)) 819 (terpri))
820 (terpri) 820 ;; Now that debug--function-list uses advice-member-p, its
821 (princ "Note: if you have redefined a function, then it may no longer\n") 821 ;; output should be reliable (except for bugs and the exceptional
822 (princ "be set to debug on entry, even if it is in the list.")))))) 822 ;; case where some other advice ends up overriding ours).
823 ;;(terpri)
824 ;;(princ "Note: if you have redefined a function, then it may no longer\n")
825 ;;(princ "be set to debug on entry, even if it is in the list.")
826 )))))
823 827
824(defun debug--implement-debug-watch (symbol newval op where) 828(defun debug--implement-debug-watch (symbol newval op where)
825 "Conditionally call the debugger. 829 "Conditionally call the debugger.