(nntp-encode-text): Insert a CR before the newline.
This commit is contained in:
parent
8884bb82f1
commit
1df4537453
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue