]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-mode): Call view-mode.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 1995 18:39:31 +0000 (18:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 1995 18:39:31 +0000 (18:39 +0000)
lisp/help.el

index 213e1b16eed8f4fa1a0d50d1e454d165da634c2d..b32cf2dcc97a21046932341b45eb54d1469f7fed 100644 (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 ()