* message.el (message-newline-and-reformat): Place a boundary
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 12 Apr 2003 21:50:58 +0000 (21:50 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 12 Apr 2003 21:50:58 +0000 (21:50 +0000)
before filling.

lisp/ChangeLog
lisp/message.el

index d2fcc7f..d13ac69 100644 (file)
@@ -1,5 +1,8 @@
 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
index 15d57b3..f182989 100644 (file)
@@ -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)))