changeset 102175:47faa6398829

Use /= in previous change.
author Glenn Morris <rgm@gnu.org>
date Sat, 21 Feb 2009 19:32:05 +0000
parents 9c1773a3c7a6
children 1354605983ec
files lisp/mail/supercite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)