aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index a44f08bcd32..5a2b4334582 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -6734,7 +6734,7 @@ The function is called with one parameter, a cons cell ..."
6734 mft (and message-use-mail-followup-to 6734 mft (and message-use-mail-followup-to
6735 (message-fetch-field "mail-followup-to"))) 6735 (message-fetch-field "mail-followup-to")))
6736 ;; Make sure this message goes to the author if this is a wide 6736 ;; Make sure this message goes to the author if this is a wide
6737 ;; reply, sine Reply-To address may be a list address a mailing 6737 ;; reply, since Reply-To address may be a list address a mailing
6738 ;; list server added. 6738 ;; list server added.
6739 (when (and wide author) 6739 (when (and wide author)
6740 (setq cc (concat author ", " cc))) 6740 (setq cc (concat author ", " cc)))