From b22f4f66b414fae225f4c159c2a3e4a3d2490b4d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 21 Feb 2009 19:32:05 +0000 Subject: [PATCH] Use /= in previous change. --- lisp/mail/supercite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." "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) -- 2.39.5