aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
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 df8dc9305a0..6dd736e880e 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -115,6 +115,7 @@ This looks good, but slows down the commands several times.")
115 (interactive) 115 (interactive)
116 (kill-all-local-variables) 116 (kill-all-local-variables)
117 (use-local-map apropos-mode-map) 117 (use-local-map apropos-mode-map)
118 (view-mode)
118 (setq major-mode 'apropos-mode 119 (setq major-mode 'apropos-mode
119 mode-name "Apropos")) 120 mode-name "Apropos"))
120 121