Fix typo in last checkin
authorLars Ingebrigtsen <larsi@building.gnus.org>
Mon, 3 Feb 2014 23:37:41 +0000 (15:37 -0800)
committerLars Ingebrigtsen <larsi@building.gnus.org>
Mon, 3 Feb 2014 23:37:41 +0000 (15:37 -0800)
lisp/gnus-cloud.el

index d20a7dc..75c1416 100644 (file)
              (and (file-exists-p file-name)
                   (mm-with-unibyte-buffer
                     (insert-file-contents-literally file-name)
-                    (not
-                     (equal (buffer-string (point-min) (point-max))
-                            contents)))))
+                    (not (equal (buffer-string) contents)))))
       (gnus-cloud-replace-file file-name date contents))))
 
 (defun gnus-cloud-replace-file (file-name date new-contents)