aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-02-21 19:32:05 +0000
committerGlenn Morris <[email protected]>2009-02-21 19:32:05 +0000
commitb22f4f66b414fae225f4c159c2a3e4a3d2490b4d (patch)
treed21ecd2249202771ff57fe69ef23ccecff2983c3 /lisp
parent7b3752ab87a08bab14453cc9c30abf42bb31b227 (diff)
Use /= in previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index a37821fbef..ac7955cc47 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)