aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-09-25 18:39:31 +0000
committerRichard M. Stallman <[email protected]>1995-09-25 18:39:31 +0000
commit42499979a3e60634f7ac7299169e4384ad5a9da2 (patch)
treeb6a16f4352b7c08bd07c11db25442aa02686dd83 /lisp/help.el
parentc88daaeff50d98a592f760548f04288e4da5a40d (diff)
(help-mode): Call view-mode.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 213e1b16ee..b32cf2dcc9 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 ()