diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-31 02:13:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-31 02:13:38 +0000 |
commit | 31c615e404bf07c5244bb53400a77dc0bac424fc (patch) | |
tree | 5334985bf69026182ab4599c30600068c6942fb6 /lisp | |
parent | 77c64ca0ae998ca153312201c6782917104c003c (diff) | |
download | emacs-31c615e404bf07c5244bb53400a77dc0bac424fc.tar.gz emacs-31c615e404bf07c5244bb53400a77dc0bac424fc.tar.bz2 emacs-31c615e404bf07c5244bb53400a77dc0bac424fc.zip |
Remove odd/obsolete header comment.
(report-emacs-bug): Request `emacs -Q' recipes.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/mail/emacsbug.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 674170972f3..aa691b701bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 99292d111ff..73e61a4668d 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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) |