diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 1 |
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. |
| 39 | When active, the functions `newline' and `open-line' add the | 40 | When active, the functions `newline' and `open-line' add the |