]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove odd/obsolete header comment.
authorGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2009 02:13:38 +0000 (02:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2009 02:13:38 +0000 (02:13 +0000)
(report-emacs-bug): Request `emacs -Q' recipes.

lisp/ChangeLog
lisp/mail/emacsbug.el

index 674170972f3b38c41c62e22874b16e5aa865e94c..aa691b701bf943c5fcfad95e6dd2b0bca586bcb3 100644 (file)
@@ -1,5 +1,7 @@
 2009-10-31  Glenn Morris  <rgm@gnu.org>
 
+       * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
+
        * emacs-lisp/bytecomp.el (byte-compile-warning-types)
        (byte-compile-warnings): Add `constants' as an option.
        (byte-compile-callargs-warn, byte-compile-arglist-warn)
index 99292d111ff5a37cfc8ad04ad7b1babfbe3c35f7..73e61a4668dc6d50ea05965df9064d37b6d855d4 100644 (file)
@@ -7,7 +7,6 @@
 ;; Maintainer: FSF
 ;; Keywords: maint mail
 
-;; Not fully installed because it can work only on Internet hosts.
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
@@ -130,7 +129,8 @@ usually do not have translators to read other languages for them.\n\n")
        (insert ",\nand to the gnu.emacs.bug news group.\n\n")))
 
     (insert "Please describe exactly what actions triggered the bug\n"
-           "and the precise symptoms of the bug:\n\n")
+           "and the precise symptoms of the bug.  If you can, give\n"
+           "a recipe starting from `emacs -Q':\n\n")
     (add-text-properties (point) (save-excursion (mail-text) (point))
                          prompt-properties)