diff lisp/=nntp.el @ 5042:6cc0a08212aa

(nntp-encode-text): Insert a CR before the newline.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Nov 1993 06:53:45 +0000
parents 507f64624555
children 67b7d1ea7b2e
line wrap: on
line diff
--- a/lisp/=nntp.el	Tue Nov 16 06:52:12 1993 +0000
+++ b/lisp/=nntp.el	Tue Nov 16 06:53:45 1993 +0000
@@ -519,7 +519,7 @@
       (insert "."))
     ;; Insert `.' at end of buffer (end of text mark).
     (goto-char (point-max))
-    (insert ".\n")
+    (insert ".\r\n")
     ))