(r2b-help): Set help-mode in *Help* buffer.

This commit is contained in:
Karl Heuer 1994-11-09 05:48:21 +00:00
parent b905ac3333
commit 6d94c1b4cb

View file

@ -716,7 +716,10 @@ Please send bug reports and suggestions to
"Print help message."
(interactive)
(with-output-to-temp-buffer "*Help*"
(princ r2b-help-message)))
(princ r2b-help-message)
(save-excursion
(set-buffer standard-output)
(help-mode))))
(if (not r2b-load-quietly)
(r2b-help))