]> git.eshelyaron.com Git - emacs.git/commitdiff
(nntp-encode-text): Insert a CR before the newline.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 06:53:45 +0000 (06:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 06:53:45 +0000 (06:53 +0000)
lisp/nntp.el

index c745c24f8c78782cba22d19b176bef6c05ffc477..9ced03a4c533a67ed50940c56c2cd5ab0625fb29 100644 (file)
@@ -519,7 +519,7 @@ in the current news group."
       (insert "."))
     ;; Insert `.' at end of buffer (end of text mark).
     (goto-char (point-max))
-    (insert ".\n")
+    (insert ".\r\n")
     ))
 
 \f