# HG changeset patch # User Glenn Morris # Date 1235244725 0 # Node ID 47faa63988297df50104dd30655e8c908c1c9d45 # Parent 9c1773a3c7a638229a643ef645e8ba2cf193881a Use /= in previous change. diff -r 9c1773a3c7a6 -r 47faa6398829 lisp/mail/supercite.el --- a/lisp/mail/supercite.el Sat Feb 21 19:19:58 2009 +0000 +++ b/lisp/mail/supercite.el Sat Feb 21 19:32:05 2009 +0000 @@ -721,7 +721,7 @@ "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)