From 0ff954c7234fecf8c71c704fdd77369a531d4365 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Dec 2008 04:03:35 +0000 Subject: [PATCH] Comment change. --- lisp/mail/pmailedit.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/pmailedit.el b/lisp/mail/pmailedit.el index a91cfcf40ec..2fd400d2b75 100644 --- a/lisp/mail/pmailedit.el +++ b/lisp/mail/pmailedit.el @@ -107,7 +107,8 @@ This functions runs the normal hook `pmail-edit-mode-hook'. (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) -- 2.39.2