changeset 21998:ccda0e3ab1b6

(reporter-bug-hook): Use rfc822-goto-eoh.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 May 1998 22:05:42 +0000
parents 8320a731c121
children 35efe9eafc6c
files lisp/mail/reporter.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/reporter.el	Fri May 08 05:14:47 1998 +0000
+++ b/lisp/mail/reporter.el	Fri May 08 22:05:42 1998 +0000
@@ -398,8 +398,7 @@
   ;; 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