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:
parent
aa311d6e2f
commit
0000606683
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user