diff options
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index e3372a6ff47..2421b283e6b 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2599,7 +2599,7 @@ is greater than zero; otherwise, show it in full." "Handle a \"Mail-Followup-To\" header field with an unknown mailing list. Ask the user whether to add that list name to `mail-mailing-lists'." ;; FIXME s-r not needed? Use rmail-get-header? - ;; We have not narrowed to the headers at ths point? + ;; We have not narrowed to the headers at this point? (save-restriction (let ((mail-followup-to (mail-fetch-field "mail-followup-to" nil t))) (when mail-followup-to |