From: Luc Teirlinck Date: Mon, 6 Sep 2004 00:39:16 +0000 (+0000) Subject: (use-hard-newlines): Make it into a permanent local. X-Git-Tag: ttn-vms-21-2-B4~5058 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c28e534b74e2d25cb71cbb0bd33f7cc677300903;p=emacs.git (use-hard-newlines): Make it into a permanent local. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fddb16478f6..dbc91232333 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-09-05 Luc Teirlinck + + * textmodes/paragraphs.el (use-hard-newlines): Make it into a + permanent local. + 2004-09-04 Richard M. Stallman * 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 @@ "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