changeset 13079:6a91723f2a8c

(help-mode): Call view-mode.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Sep 1995 18:39:31 +0000
parents d7735534db86
children 21a1494b450c
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Mon Sep 25 18:36:32 1995 +0000
+++ b/lisp/help.el	Mon Sep 25 18:39:31 1995 +0000
@@ -120,6 +120,7 @@
   (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 ()