From fed7afa1013e656a01e1ba2513ae8ebdabb95e43 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Aug 1996 19:57:35 +0000 Subject: [PATCH] (apropos-mode): Turn on View mode. --- lisp/apropos.el | 1 + 1 file changed, 1 insertion(+) 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.") (interactive) (kill-all-local-variables) (use-local-map apropos-mode-map) + (view-mode) (setq major-mode 'apropos-mode mode-name "Apropos")) -- 2.39.2