changeset 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 261b0de9eae1
children eca469f14d11
files lisp/=nntp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")
     ))