diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-09-25 18:39:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-09-25 18:39:31 +0000 |
commit | 42499979a3e60634f7ac7299169e4384ad5a9da2 (patch) | |
tree | b6a16f4352b7c08bd07c11db25442aa02686dd83 /lisp/help.el | |
parent | c88daaeff50d98a592f760548f04288e4da5a40d (diff) | |
download | emacs-42499979a3e60634f7ac7299169e4384ad5a9da2.tar.gz |
(help-mode): Call view-mode.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 213e1b16eed..b32cf2dcc97 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 () |