aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-08-22 19:57:35 +0000
committerRichard M. Stallman <[email protected]>1996-08-22 19:57:35 +0000
commitfed7afa1013e656a01e1ba2513ae8ebdabb95e43 (patch)
tree7f66578f6352af01f05653b7aa40cc5be6385b82
parent9ee83b023dae3a6686744fbe03cf84404aa3d0fe (diff)
(apropos-mode): Turn on View mode.
-rw-r--r--lisp/apropos.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index df8dc9305a..6dd736e880 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -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"))