changeset 100661:af9f2d22b21d

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Dec 2008 04:03:35 +0000
parents 2415c3edd387
children 818439524f9b
files lisp/mail/pmailedit.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)