changeset 15901:4b6c924dfb89

(apropos-mode): Turn on View mode.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Aug 1996 19:57:35 +0000
parents ef4bd60e99ce
children 985270efc514
files lisp/apropos.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Thu Aug 22 19:48:43 1996 +0000
+++ b/lisp/apropos.el	Thu Aug 22 19:57:35 1996 +0000
@@ -115,6 +115,7 @@
   (interactive)
   (kill-all-local-variables)
   (use-local-map apropos-mode-map)
+  (view-mode)
   (setq major-mode 'apropos-mode
 	mode-name "Apropos"))