]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a comma between groups in gnus-inews-insert-gcc
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 2021 19:22:44 +0000 (20:22 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 2021 19:22:44 +0000 (20:22 +0100)
* 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

index bb265642bc6ae882888d9e7b42b10c43154012ca..bf2d1370eb1a318a30f4f1c3a560877f8d359c66 100644 (file)
@@ -1748,7 +1748,7 @@ this is a reply."
                            (concat "\"" str "\"")
                          str)))
              (when groups
-               (insert " ")))
+               (insert ", ")))
            (insert "\n")))))))
 
 (defun gnus-mailing-list-followup-to ()