1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(outline-mode): Fix spelling of add-hook.

This commit is contained in:
Karl Heuer 1994-02-10 00:48:59 +00:00
parent f05b275b4a
commit 9ea9bca3e3

View file

@ -167,7 +167,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
(make-local-variable 'paragraph-separate)
(setq paragraph-separate (concat paragraph-separate "\\|^\\("
outline-regexp "\\)"))
(add-hooks 'change-major-mode-hook 'show-all)
(add-hook 'change-major-mode-hook 'show-all)
(run-hooks 'text-mode-hook 'outline-mode-hook))
(defvar outline-minor-mode-prefix "\C-c"