mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(apropos-mode): Turn on View mode.
This commit is contained in:
parent
9ee83b023d
commit
fed7afa101
@ -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"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user