]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/gnus-int.el (gnus-request-accept-article): Doc fix
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Feb 2014 04:35:29 +0000 (04:35 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 5 Feb 2014 04:35:29 +0000 (04:35 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-int.el

index c0b009773c8c29f4b4ec4da66a59023a7ae7118d..560d03439c1bef4e9bdd8ef414af5619965368da 100644 (file)
@@ -1,3 +1,7 @@
+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
index 34bf78a16b8afba8fef31ff3af62d3986b976170..edf611976381973ad15aa2972aa31e1ffc4a32d1 100644 (file)
@@ -754,7 +754,6 @@ If GROUP is nil, all groups on GNUS-COMMAND-METHOD are scanned."
 
 (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)
@@ -762,6 +761,7 @@ If GROUP is nil, all groups on GNUS-COMMAND-METHOD are scanned."
     (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