summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-25 18:39:31 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-25 18:39:31 +0000
commitf3b3be5cf87f52d88927e84abbee9fc88609aab3 (patch)
tree7cdbfdea9afa3b285fd21837878e4ba9b9c3d266 /lisp/help.el
parent4be964c3fc11d6a7fd9057c9bd771a01831839af (diff)
downloademacs-f3b3be5cf87f52d88927e84abbee9fc88609aab3.tar.gz
(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 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 ()