]> git.eshelyaron.com Git - emacs.git/commitdiff
(indented-text-mode): Run indented-text-mode-hook.
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Mar 1994 21:42:39 +0000 (21:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Mar 1994 21:42:39 +0000 (21:42 +0000)
lisp/textmodes/text-mode.el

index 496270253bfe4ce14772934e9dda89f90d07026b..3975dbfd1d57047c6d69f9191a0a3b61bc99c231 100644 (file)
@@ -110,7 +110,7 @@ Turning on `indented-text-mode' calls the value of the variable
   (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.