From: Lars Ingebrigtsen Date: Sat, 4 Dec 2021 19:22:44 +0000 (+0100) Subject: Add a comma between groups in gnus-inews-insert-gcc X-Git-Tag: emacs-29.0.90~3617^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bfd8e4007868c1cccb3f7e0590c436d32de2146;p=emacs.git 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). --- diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index bb265642bc6..bf2d1370eb1 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 ()