From: Richard M. Stallman Date: Fri, 8 May 1998 22:05:42 +0000 (+0000) Subject: (reporter-bug-hook): Use rfc822-goto-eoh. X-Git-Tag: emacs-20.3~1079 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b28758d4b1e95b952d79ac788c833440ff558ee;p=emacs.git (reporter-bug-hook): Use rfc822-goto-eoh. --- 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.") ;; prohibit sending mail if empty bug report (let ((after-sep-pos (save-excursion - (beginning-of-buffer) - (re-search-forward (reporter-calculate-separator) (point-max) 'move) + (rfc822-goto-eoh) (forward-line 1) (point)))) (save-excursion