From: Richard M. Stallman Date: Thu, 22 Aug 1996 19:57:35 +0000 (+0000) Subject: (apropos-mode): Turn on View mode. X-Git-Tag: emacs-20.1~4043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fed7afa1013e656a01e1ba2513ae8ebdabb95e43;p=emacs.git (apropos-mode): Turn on View mode. --- 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"))