From f576af3fc944083573a0fb7801227e8427c580bc Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 12 Apr 2003 21:50:58 +0000 Subject: [PATCH] * message.el (message-newline-and-reformat): Place a boundary before filling. --- lisp/ChangeLog | 3 +++ lisp/message.el | 1 + 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2fcc7fef..d13ac6932 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2003-04-12 Lars Magne Ingebrigtsen + * message.el (message-newline-and-reformat): Place a boundary + before filling. + * nnimap.el (nnimap-split-fancy): Ditto. * gnus-sum.el (gnus-summary-line-message-size): Ditto. diff --git a/lisp/message.el b/lisp/message.el index 15d57b35f..f182989cd 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2702,6 +2702,7 @@ Prefix arg means justify as well." (delete-region (point) (re-search-forward "[ \t]*")) (when (and quoted (not bolp)) (insert quoted leading-space))) + (undo-boundary) (if quoted (let* ((adaptive-fill-regexp (regexp-quote (concat quoted leading-space))) -- 2.25.1