From: Richard M. Stallman Date: Tue, 23 Dec 2008 04:03:35 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-23.0.90~893 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ff954c7234fecf8c71c704fdd77369a531d4365;p=emacs.git Comment change. --- 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)