emacs-diffs
[Top][All Lists]
Advanced

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

master 3bfd8e4: Add a comma between groups in gnus-inews-insert-gcc


From: Lars Ingebrigtsen
Subject: master 3bfd8e4: Add a comma between groups in gnus-inews-insert-gcc
Date: Sat, 4 Dec 2021 14:23:41 -0500 (EST)

branch: master
commit 3bfd8e4007868c1cccb3f7e0590c436d32de2146
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add a comma between groups in gnus-inews-insert-gcc
    
    * lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Insert a comma
    between group names to get more mail-like syntax (bug#52274).
---
 lisp/gnus/gnus-msg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index bb26564..bf2d137 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -1748,7 +1748,7 @@ this is a reply."
                            (concat "\"" str "\"")
                          str)))
              (when groups
-               (insert " ")))
+               (insert ", ")))
            (insert "\n")))))))
 
 (defun gnus-mailing-list-followup-to ()



reply via email to

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