aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index a37821fbefa..ac7955cc47b 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -721,7 +721,7 @@ the list should be unique."
721 "Deal with a \"From \" line in the header. 721 "Deal with a \"From \" line in the header.
722Such a line should only occur at the very start of the headers." 722Such a line should only occur at the very start of the headers."
723 (and sc-mail-warn-if-non-rfc822-p 723 (and sc-mail-warn-if-non-rfc822-p
724 (not (= (point) sc-mail-headers-start)) 724 (/= (point) sc-mail-headers-start)
725 (sc-mail-error-in-mail-field))) 725 (sc-mail-error-in-mail-field)))
726 726
727(defun sc-mail-fetch-field (&optional attribs-p) 727(defun sc-mail-fetch-field (&optional attribs-p)