From 2251f3627706a3838cdeb582c7b07c8528a8cb2b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 14 Dec 2009 06:39:39 +0000 Subject: Comment. --- lisp/mail/emacsbug.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisp/mail') diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 80a5254b27..e4d3ef12ab 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)) -- cgit v1.2.3