Use /= in previous change.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Feb 2009 19:32:05 +0000 (19:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Feb 2009 19:32:05 +0000 (19:32 +0000)
lisp/mail/supercite.el

index a37821f..ac7955c 100644 (file)
@@ -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)