]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msg
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Jun 2017 22:01:01 +0000 (18:01 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 Jun 2017 22:01:01 +0000 (18:01 -0400)
lisp/emacs-lisp/debug.el

index 726005af9b19530ff8de3c71df7451ce683e1802..b836e823c7348ca4607aada6fd5a2a226b9b1bd1 100644 (file)
@@ -817,9 +817,13 @@ To specify a nil argument interactively, exit with an empty minibuffer."
                               'type 'help-function
                               'help-args (list fun))
             (terpri))
-          (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."))))))
+          ;; Now that debug--function-list uses advice-member-p, its
+          ;; output should be reliable (except for bugs and the exceptional
+          ;; 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)
   "Conditionally call the debugger.