(debugger-list-functions): Set help-mode in *Help* buffer.
This commit is contained in:
parent
5d74f2a65c
commit
89961ff8c9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue