1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(mail-setup): Make fill-column wide for the in-reply-to.

This commit is contained in:
Richard M. Stallman 1994-11-18 16:41:07 +00:00
parent 626a097ccf
commit 58cabff051

View file

@ -216,6 +216,7 @@ actually occur.")
(fill-region-as-paragraph address-start (point-max))))
(if in-reply-to
(let ((fill-prefix "\t")
(fill-column 78)
(address-start (point)))
(insert "In-reply-to: " in-reply-to "\n")
(fill-region-as-paragraph address-start (point-max))))