]> git.eshelyaron.com Git - emacs.git/commitdiff
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 a37821fbefabdfe4707862a68ecc8934bc11c7b4..ac7955cc47b8a19ccc64e846e69d14e57f65139c 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)