summaryrefslogtreecommitdiff
path: root/lisp/=nntp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/=nntp.el')
-rw-r--r--lisp/=nntp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/=nntp.el b/lisp/=nntp.el
index c745c24f8c7..9ced03a4c53 100644
--- a/lisp/=nntp.el
+++ b/lisp/=nntp.el
@@ -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")
))