diff lisp/mail/supercite.el @ 102175:47faa6398829

Use /= in previous change.
author Glenn Morris <rgm@gnu.org>
date Sat, 21 Feb 2009 19:32:05 +0000
parents 3da2fdefd254
children 316f8efbaeae
line wrap: on
line diff
--- 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)