(debugger-list-functions): Set help-mode in *Help* buffer.

This commit is contained in:
Karl Heuer 1994-11-09 05:50:58 +00:00
parent 5d74f2a65c
commit 89961ff8c9

View file

@ -449,6 +449,9 @@ If argument is nil or an empty string, cancel for all functions."
(terpri)
(setq list (cdr list))))
(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."))))
(princ "be set to debug on entry, even if it is in the list."))
(save-excursion
(set-buffer standard-output)
(help-mode))))
;;; debug.el ends here