diff options
| author | Richard M. Stallman | 1998-05-08 22:05:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-08 22:05:42 +0000 |
| commit | 0b28758d4b1e95b952d79ac788c833440ff558ee (patch) | |
| tree | f0d62ef2a45c56a52e05e79aa6da37e108ada46e | |
| parent | 4724eab4ec0b9c38a9ef4384416b1fb487c828e5 (diff) | |
| download | emacs-0b28758d4b1e95b952d79ac788c833440ff558ee.tar.gz emacs-0b28758d4b1e95b952d79ac788c833440ff558ee.zip | |
(reporter-bug-hook): Use rfc822-goto-eoh.
| -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 |