mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 21:50:37 -08:00
(use-hard-newlines): Make it into a permanent local.
This commit is contained in:
parent
9a2c63fb6a
commit
c28e534b74
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue