*** empty log message ***
[gnus] / lisp / nntp.el
index 40131f6..36c5ba2 100644 (file)
@@ -236,6 +236,7 @@ server there that you can connect to.  See also
   "Record the command STRING."
   (save-excursion
     (set-buffer (get-buffer-create "*nntp-log*"))
+    (goto-char (point-max))
     (insert (format-time-string "%Y%m%dT%H%M%S" (current-time))
            " " nntp-address " " string "\n")))