(use-hard-newlines): Make it into a permanent local.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* textmodes/paragraphs.el (use-hard-newlines): Make it into a
|
||||
permanent local.
|
||||
|
||||
2004-09-04 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
"Paragraph and sentence parsing."
|
||||
:group 'editing)
|
||||
|
||||
(put 'use-hard-newlines 'permanent-local t)
|
||||
(define-minor-mode use-hard-newlines
|
||||
"Minor mode to distinguish hard and soft newlines.
|
||||
When active, the functions `newline' and `open-line' add the
|
||||
|
||||
Reference in New Issue
Block a user