diff options
| author | Richard M. Stallman | 2008-12-23 04:03:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2008-12-23 04:03:35 +0000 |
| commit | 0ff954c7234fecf8c71c704fdd77369a531d4365 (patch) | |
| tree | 29de23a368183e0cfb57b2a3e3a4de0501708f2c | |
| parent | 72bcfc733e0cef38b791e933d0327d00979b3394 (diff) | |
| download | emacs-0ff954c7234fecf8c71c704fdd77369a531d4365.tar.gz emacs-0ff954c7234fecf8c71c704fdd77369a531d4365.zip | |
Comment change.
| -rw-r--r-- | lisp/mail/pmailedit.el | 3 |
1 files changed, 2 insertions, 1 deletions
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'. | |||
| 107 | (save-excursion | 107 | (save-excursion |
| 108 | (set-buffer pmail-summary-buffer) | 108 | (set-buffer pmail-summary-buffer) |
| 109 | (pmail-summary-enable))) | 109 | (pmail-summary-enable))) |
| 110 | ;; Make sure buffer ends with a blank line. | 110 | ;; Make sure buffer ends with a blank line |
| 111 | ;; so as not to run this message together with the following one. | ||
| 111 | (save-excursion | 112 | (save-excursion |
| 112 | (goto-char (point-max)) | 113 | (goto-char (point-max)) |
| 113 | (if (/= (preceding-char) ?\n) | 114 | (if (/= (preceding-char) ?\n) |