From: Glenn Morris Date: Sat, 21 Feb 2009 19:32:05 +0000 (+0000) Subject: Use /= in previous change. X-Git-Tag: emacs-pretest-23.0.91~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b22f4f66b414fae225f4c159c2a3e4a3d2490b4d;p=emacs.git Use /= in previous change. --- diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index a37821fbefa..ac7955cc47b 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -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)