changeset 106570:d673a0a0ee2f

Comment.
author Glenn Morris <rgm@gnu.org>
date Mon, 14 Dec 2009 06:39:39 +0000
parents d92d9cf06c0d
children a452e58c22cb
files lisp/mail/emacsbug.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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))