diff options
| -rw-r--r-- | lisp/mail/reporter.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 748237dea05..f276e56b0fb 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -398,8 +398,7 @@ composed.") | |||
| 398 | ;; prohibit sending mail if empty bug report | 398 | ;; prohibit sending mail if empty bug report |
| 399 | (let ((after-sep-pos | 399 | (let ((after-sep-pos |
| 400 | (save-excursion | 400 | (save-excursion |
| 401 | (beginning-of-buffer) | 401 | (rfc822-goto-eoh) |
| 402 | (re-search-forward (reporter-calculate-separator) (point-max) 'move) | ||
| 403 | (forward-line 1) | 402 | (forward-line 1) |
| 404 | (point)))) | 403 | (point)))) |
| 405 | (save-excursion | 404 | (save-excursion |