aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/text-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index 90bb3eb3b53..61144902083 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -105,8 +105,7 @@ You can thus get the full benefit of adaptive filling
105\\{text-mode-map} 105\\{text-mode-map}
106Turning on Text mode runs the normal hook `text-mode-hook'." 106Turning on Text mode runs the normal hook `text-mode-hook'."
107 (setq-local text-mode-variant t) 107 (setq-local text-mode-variant t)
108 (setq-local require-final-newline mode-require-final-newline) 108 (setq-local require-final-newline mode-require-final-newline))
109 (setq-local indent-line-function #'indent-relative))
110 109
111(define-derived-mode paragraph-indent-text-mode text-mode "Parindent" 110(define-derived-mode paragraph-indent-text-mode text-mode "Parindent"
112 "Major mode for editing text, with leading spaces starting a paragraph. 111 "Major mode for editing text, with leading spaces starting a paragraph.