1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(rmail-output): Insert newline only if necessary.

This commit is contained in:
Richard M. Stallman 1998-10-21 18:08:17 +00:00
parent 98a663f11e
commit b054090e74

View File

@ -295,7 +295,7 @@ The optional fourth argument FROM-GNUS is set when called from GNUS."
(erase-buffer)
(insert-buffer-substring rmailbuf)
(rmail-delete-unwanted-fields t)
(insert "\n")
(or (bolp) (insert "\n"))
(goto-char (point-min))
(if mail-from
(insert mail-from "\n")