Sync up with Pterodactyl Gnus v0.87.
[elisp/gnus.git-] / lisp / nnspool.el
index 2208af7..106aee0 100644 (file)
@@ -345,8 +345,7 @@ there.")
       ;; Make status message by folding lines.
       (while (re-search-forward "[ \t\n]+" nil t)
        (replace-match " " t t))
-      (nnheader-report 'nnspool "%s" (buffer-substring
-                                     (point-min) (point-max)))
+      (nnheader-report 'nnspool "%s" (buffer-string))
       (nnheader-message 5 "nnspool: %s" nnspool-status-string)
       (ding)
       (run-hooks 'nnspool-rejected-article-hook))))