]> git.eshelyaron.com Git - emacs.git/commitdiff
(reporter-bug-hook): Use rfc822-goto-eoh.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 May 1998 22:05:42 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 May 1998 22:05:42 +0000 (22:05 +0000)
lisp/mail/reporter.el

index 748237dea0579f724289e8dc9e9f11a716641bf2..f276e56b0fb2982b392da16b84fb4d78c25d6d63 100644 (file)
@@ -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