# HG changeset patch # User Glenn Morris # Date 1256955218 0 # Node ID 548e316508c54d3cbc4b350c3caecc4198de3f7c # Parent b89d9e499acd39fbb32b7f51cc076968b46d7f30 Remove odd/obsolete header comment. (report-emacs-bug): Request `emacs -Q' recipes. diff -r b89d9e499acd -r 548e316508c5 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 31 02:12:06 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 31 02:13:38 2009 +0000 @@ -1,5 +1,7 @@ 2009-10-31 Glenn Morris + * 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) diff -r b89d9e499acd -r 548e316508c5 lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Sat Oct 31 02:12:06 2009 +0000 +++ b/lisp/mail/emacsbug.el Sat Oct 31 02:13:38 2009 +0000 @@ -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 @@ (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)