Mercurial > emacs
changeset 6258:5360e784af1d
(indented-text-mode): Run indented-text-mode-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 08 Mar 1994 21:42:39 +0000 |
parents | d2ff317d7ad7 |
children | 035ce1fb4969 |
files | lisp/textmodes/text-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el Tue Mar 08 19:02:50 1994 +0000 +++ b/lisp/textmodes/text-mode.el Tue Mar 08 21:42:39 1994 +0000 @@ -110,7 +110,7 @@ (use-local-map indented-text-mode-map) (setq mode-name "Indented Text") (setq major-mode 'indented-text-mode) - (run-hooks 'text-mode-hook)) + (run-hooks 'text-mode-hook 'indented-text-mode-hook)) (defun center-paragraph () "Center each nonblank line in the paragraph at or after point.