]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Mon, 14 Dec 2009 06:39:39 +0000 (06:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 14 Dec 2009 06:39:39 +0000 (06:39 +0000)
lisp/mail/emacsbug.el

index 80a5254b27bd3310c97e24fe9eb3d0134bed0c4e..e4d3ef12aba053cd016d5fb7e1a48c4ad911708f 100644 (file)
@@ -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))