aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/paragraphs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index e9cc4f397de..e5f38971e40 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -34,6 +34,7 @@
34 "Paragraph and sentence parsing." 34 "Paragraph and sentence parsing."
35 :group 'editing) 35 :group 'editing)
36 36
37(put 'use-hard-newlines 'permanent-local t)
37(define-minor-mode use-hard-newlines 38(define-minor-mode use-hard-newlines
38 "Minor mode to distinguish hard and soft newlines. 39 "Minor mode to distinguish hard and soft newlines.
39When active, the functions `newline' and `open-line' add the 40When active, the functions `newline' and `open-line' add the