]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Dec 2008 04:03:35 +0000 (04:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Dec 2008 04:03:35 +0000 (04:03 +0000)
lisp/mail/pmailedit.el

index a91cfcf40ecd37e6b2ae30e6401faa5565a49f42..2fd400d2b75e3a7794d5962839655a441141652b 100644 (file)
@@ -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)