aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-12-14 06:39:39 +0000
committerGlenn Morris2009-12-14 06:39:39 +0000
commit2251f3627706a3838cdeb582c7b07c8528a8cb2b (patch)
treefbefd9f04ce1a753063b2d0e3a924addaa861c19
parentd3de1c8e9c8646d1c8bb4905f55147b444b98fe6 (diff)
downloademacs-2251f3627706a3838cdeb582c7b07c8528a8cb2b.tar.gz
emacs-2251f3627706a3838cdeb582c7b07c8528a8cb2b.zip
Comment.
-rw-r--r--lisp/mail/emacsbug.el3
1 files changed, 0 insertions, 3 deletions
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")
283 (save-excursion 283 (save-excursion
284 (goto-char (point-max)) 284 (goto-char (point-max))
285 (skip-chars-backward " \t\n") 285 (skip-chars-backward " \t\n")
286 ;; FIXME This check is defeated by message.el, which sorts the
287 ;; headers (!) before running message-send-hook.
288 (and (= (- (point) (point-min)) 286 (and (= (- (point) (point-min))
289 (length report-emacs-bug-orig-text)) 287 (length report-emacs-bug-orig-text))
290 (string-equal (buffer-substring-no-properties (point-min) (point)) 288 (string-equal (buffer-substring-no-properties (point-min) (point))
291 report-emacs-bug-orig-text) 289 report-emacs-bug-orig-text)
292 (error "No text entered in bug report")) 290 (error "No text entered in bug report"))
293
294 ;; Check the buffer contents and reject non-English letters. 291 ;; Check the buffer contents and reject non-English letters.
295 ;; FIXME message-mode probably does this anyway. 292 ;; FIXME message-mode probably does this anyway.
296 (goto-char (point-min)) 293 (goto-char (point-min))