1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08: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")