]> git.eshelyaron.com Git - emacs.git/commitdiff
(debugger-list-functions): Set help-mode in *Help* buffer.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:50:58 +0000 (05:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:50:58 +0000 (05:50 +0000)
lisp/emacs-lisp/debug.el

index f8d2940c0e6a210fad6f1c23ff2fbbb196fddf26..94695b9c51b0488042e720e89c5407a14d433999 100644 (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