]> code.delx.au - gnu-emacs/commitdiff
(apropos-mode): Turn on View mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Aug 1996 19:57:35 +0000 (19:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Aug 1996 19:57:35 +0000 (19:57 +0000)
lisp/apropos.el

index df8dc9305a0a405f4885d838ec48d55bdc6e5ffc..6dd736e880e580f1765298ba7adf6140dff61f8a 100644 (file)
@@ -115,6 +115,7 @@ This looks good, but slows down the commands several times.")
   (interactive)
   (kill-all-local-variables)
   (use-local-map apropos-mode-map)
+  (view-mode)
   (setq major-mode 'apropos-mode
        mode-name "Apropos"))