1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing

to the DEBUG file (Bug#3781).
This commit is contained in:
Chong Yidong 2009-10-23 16:17:17 +00:00
parent aa311d6e2f
commit 0000606683
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-10-23 Chong Yidong <cyd@stupidchicken.com>
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
to the DEBUG file (Bug#3781).
2009-10-23 Jari Aalto <jari.aalto@cante.net>
* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish

View File

@ -143,8 +143,8 @@ usually do not have translators to read other languages for them.\n\n")
(let ((debug-file (expand-file-name "DEBUG" data-directory)))
(if (file-readable-p debug-file)
(insert "If you would like to further debug the crash, please read the file\n"
debug-file " for instructions.\n")))
(insert "For information about debugging Emacs, please read the file\n"
debug-file ".\n")))
(add-text-properties (1+ user-point) (point) prompt-properties)
(insert "\n\nIn " (emacs-version) "\n")