+2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
+
+ * gnus-int.el (gnus-request-accept-article): Doc fix.
+
2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
* nnir.el (nnir-request-update-mark): Don't try to update the source
(defun gnus-request-accept-article (group &optional gnus-command-method last
no-encode)
- ;; Make sure there's a newline at the end of the article.
(when (stringp gnus-command-method)
(setq gnus-command-method (gnus-server-to-method gnus-command-method)))
(when (and (not gnus-command-method)
(setq gnus-command-method (or (gnus-find-method-for-group group)
(gnus-group-name-to-method group))))
(goto-char (point-max))
+ ;; Make sure there's a newline at the end of the article.
(unless (bolp)
(insert "\n"))
(unless no-encode