diff options
| author | Luc Teirlinck | 2004-09-06 00:39:16 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-06 00:39:16 +0000 |
| commit | c28e534b74e2d25cb71cbb0bd33f7cc677300903 (patch) | |
| tree | d4f1620b42787bc5942e38dfd8771e89f6a683e8 /lisp | |
| parent | 9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f (diff) | |
| download | emacs-c28e534b74e2d25cb71cbb0bd33f7cc677300903.tar.gz emacs-c28e534b74e2d25cb71cbb0bd33f7cc677300903.zip | |
(use-hard-newlines): Make it into a permanent local.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fddb16478f6..dbc91232333 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-09-05 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * textmodes/paragraphs.el (use-hard-newlines): Make it into a | ||
| 4 | permanent local. | ||
| 5 | |||
| 1 | 2004-09-04 Richard M. Stallman <rms@gnu.org> | 6 | 2004-09-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke | 8 | * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke |
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 |