diff options
| author | Richard M. Stallman | 1994-03-08 21:42:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-08 21:42:39 +0000 |
| commit | b0fab82cb65d58820a5394fd54a6706090db4737 (patch) | |
| tree | f9728fc031f3cb4b557c2f7b56b54e612b2fbe8a | |
| parent | 06d35594f6a6285aff1026328d8006341458e82a (diff) | |
| download | emacs-b0fab82cb65d58820a5394fd54a6706090db4737.tar.gz emacs-b0fab82cb65d58820a5394fd54a6706090db4737.zip | |
(indented-text-mode): Run indented-text-mode-hook.
| -rw-r--r-- | lisp/textmodes/text-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 496270253bf..3975dbfd1d5 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -110,7 +110,7 @@ Turning on `indented-text-mode' calls the value of the variable | |||
| 110 | (use-local-map indented-text-mode-map) | 110 | (use-local-map indented-text-mode-map) |
| 111 | (setq mode-name "Indented Text") | 111 | (setq mode-name "Indented Text") |
| 112 | (setq major-mode 'indented-text-mode) | 112 | (setq major-mode 'indented-text-mode) |
| 113 | (run-hooks 'text-mode-hook)) | 113 | (run-hooks 'text-mode-hook 'indented-text-mode-hook)) |
| 114 | 114 | ||
| 115 | (defun center-paragraph () | 115 | (defun center-paragraph () |
| 116 | "Center each nonblank line in the paragraph at or after point. | 116 | "Center each nonblank line in the paragraph at or after point. |