1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

message.el (message-get-reply-headers): Fix typo in comment

This commit is contained in:
Katsumi Yamaoka 2012-11-19 11:36:02 +00:00
parent 70678cd508
commit 3394be35d9

View File

@ -6734,7 +6734,7 @@ The function is called with one parameter, a cons cell ..."
mft (and message-use-mail-followup-to
(message-fetch-field "mail-followup-to")))
;; Make sure this message goes to the author if this is a wide
;; reply, sine Reply-To address may be a list address a mailing
;; reply, since Reply-To address may be a list address a mailing
;; list server added.
(when (and wide author)
(setq cc (concat author ", " cc)))