aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/mail/emacsbug.el4
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 @@
12009-10-31 Glenn Morris <rgm@gnu.org> 12009-10-31 Glenn Morris <rgm@gnu.org>
2 2
3 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4
3 * emacs-lisp/bytecomp.el (byte-compile-warning-types) 5 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4 (byte-compile-warnings): Add `constants' as an option. 6 (byte-compile-warnings): Add `constants' as an option.
5 (byte-compile-callargs-warn, byte-compile-arglist-warn) 7 (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 @@
7;; Maintainer: FSF 7;; Maintainer: FSF
8;; Keywords: maint mail 8;; Keywords: maint mail
9 9
10;; Not fully installed because it can work only on Internet hosts.
11;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
12 11
13;; GNU Emacs is free software: you can redistribute it and/or modify 12;; 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")
130 (insert ",\nand to the gnu.emacs.bug news group.\n\n"))) 129 (insert ",\nand to the gnu.emacs.bug news group.\n\n")))
131 130
132 (insert "Please describe exactly what actions triggered the bug\n" 131 (insert "Please describe exactly what actions triggered the bug\n"
133 "and the precise symptoms of the bug:\n\n") 132 "and the precise symptoms of the bug. If you can, give\n"
133 "a recipe starting from `emacs -Q':\n\n")
134 (add-text-properties (point) (save-excursion (mail-text) (point)) 134 (add-text-properties (point) (save-excursion (mail-text) (point))
135 prompt-properties) 135 prompt-properties)
136 136