aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 a37821fbef..ac7955cc47 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -721,7 +721,7 @@ the list should be unique."
"Deal with a \"From \" line in the header.
Such a line should only occur at the very start of the headers."
(and sc-mail-warn-if-non-rfc822-p
- (not (= (point) sc-mail-headers-start))
+ (/= (point) sc-mail-headers-start)
(sc-mail-error-in-mail-field)))
(defun sc-mail-fetch-field (&optional attribs-p)