emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 762a37b5e5: Delete blank lines at the start of the cited text in


From: Lars Ingebrigtsen
Subject: master 762a37b5e5: Delete blank lines at the start of the cited text in message-indent-citation
Date: Fri, 26 Aug 2022 06:30:44 -0400 (EDT)

branch: master
commit 762a37b5e52852b09324656c884298e34a452273
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Delete blank lines at the start of the cited text in message-indent-citation
    
    * lisp/gnus/message.el (message-indent-citation): Fix thinko in
    the fix for the previous thinko.
---
 lisp/gnus/message.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index b98e623db8..49a04f601f 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]