From: Glenn Morris Date: Mon, 14 Dec 2009 06:39:39 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.1.91~94 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2251f3627706a3838cdeb582c7b07c8528a8cb2b;p=emacs.git Comment. --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 80a5254b27b..e4d3ef12aba 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -283,14 +283,11 @@ usually do not have translators to read other languages for them.\n\n") (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))