]> git.eshelyaron.com Git - emacs.git/commitdiff
Further gnus-inews-insert-gcc fixes
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 2021 22:47:17 +0000 (23:47 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 2021 22:47:17 +0000 (23:47 +0100)
* lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Use a single
comma to separate groups, since that's what the splitter expects
(bug#52274).

lisp/gnus/gnus-msg.el

index bf2d1370eb1a318a30f4f1c3a560877f8d359c66..c60faa13263f75c0409c5ff9bddf42f0f22f63f2 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 ()