# HG changeset patch # User Glenn Morris # Date 1260772779 0 # Node ID d673a0a0ee2fa165e7a0f862c219c7f8577d0ec0 # Parent d92d9cf06c0d0f6a6fd6b4eb69e41d7b5fb070c9 Comment. diff -r d92d9cf06c0d -r d673a0a0ee2f lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Mon Dec 14 05:09:08 2009 +0000 +++ b/lisp/mail/emacsbug.el Mon Dec 14 06:39:39 2009 +0000 @@ -283,14 +283,11 @@ (save-excursion (goto-char (point-max)) (skip-chars-backward " \t\n") - ;; FIXME This check is defeated by message.el, which sorts the - ;; headers (!) before running message-send-hook. (and (= (- (point) (point-min)) (length report-emacs-bug-orig-text)) (string-equal (buffer-substring-no-properties (point-min) (point)) report-emacs-bug-orig-text) (error "No text entered in bug report")) - ;; Check the buffer contents and reject non-English letters. ;; FIXME message-mode probably does this anyway. (goto-char (point-min))