*** empty log message ***
[gnus] / lisp / nnsoup.el
index e251733..7088c64 100644 (file)
@@ -681,7 +681,7 @@ The SOUP packet file name will be inserted at the %s.")
            (message-remove-header message-ignored-mail-headers t))
          (goto-char (point-max))
          ;; require one newline at the end.
-         (or (= (char-before (point)) ?\n)
+         (or (= (preceding-char) ?\n)
              (insert ?\n))
          (let ((case-fold-search t))
            ;; Change header-delimiter to be what sendmail expects.