# HG changeset patch # User Richard M. Stallman # Date 1230005015 0 # Node ID af9f2d22b21dc32524d85fd0b424463f150f0bca # Parent 2415c3edd3875c2ea4d50dab34ec977eba2dba8e Comment change. diff -r 2415c3edd387 -r af9f2d22b21d lisp/mail/pmailedit.el --- a/lisp/mail/pmailedit.el Tue Dec 23 04:02:49 2008 +0000 +++ b/lisp/mail/pmailedit.el Tue Dec 23 04:03:35 2008 +0000 @@ -107,7 +107,8 @@ (save-excursion (set-buffer pmail-summary-buffer) (pmail-summary-enable))) - ;; Make sure buffer ends with a blank line. + ;; Make sure buffer ends with a blank line + ;; so as not to run this message together with the following one. (save-excursion (goto-char (point-max)) (if (/= (preceding-char) ?\n)