]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete blank lines at the start of the cited text in message-indent-citation
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Aug 2022 10:30:30 +0000 (12:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Aug 2022 10:30:37 +0000 (12:30 +0200)
* lisp/gnus/message.el (message-indent-citation): Fix thinko in
the fix for the previous thinko.

lisp/gnus/message.el

index b98e623db805b525331d9552631f8d6d995ad9a9..49a04f601f841ebad16e11544f68c4c6ae705739 100644 (file)
@@ -3928,8 +3928,7 @@ However, if `message-yank-prefix' is non-nil, insert that prefix on each line."
        (if all-removed
            (goto-char start)
          (forward-line 1))))
-    ;; Delete blank lines at the start of the buffer.
-    (goto-char (point-min))
+    ;; Delete blank lines at the start of the cited text.
     (while (and (eolp) (not (eobp)))
       (delete-line))
     ;; Delete blank lines at the end of the buffer.