1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(help-mode): Call view-mode.

This commit is contained in:
Richard M. Stallman 1995-09-25 18:39:31 +00:00
parent c88daaeff5
commit 42499979a3

View File

@ -120,6 +120,7 @@ Commands:
(setq major-mode 'help-mode)
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults '(help-font-lock-keywords))
(view-mode)
(run-hooks 'help-mode-hook))
(defun help-quit ()