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:
parent
f05b275b4a
commit
9ea9bca3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue