emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail supercite.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail supercite.el
Date: Sat, 21 Feb 2009 19:32:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/21 19:32:05

Modified files:
        lisp/mail      : supercite.el 

Log message:
        Use /= in previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/supercite.el?cvsroot=emacs&r1=1.70&r2=1.71

Patches:
Index: supercite.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/supercite.el,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- supercite.el        21 Feb 2009 03:14:07 -0000      1.70
+++ supercite.el        21 Feb 2009 19:32:05 -0000      1.71
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]