aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-16 20:54:42 +0200
committerEli Zaretskii2012-11-16 20:54:42 +0200
commita33da68be0fd3dd306155955210ddca6b521f28d (patch)
tree8979712d3c0c2973d55ad6261a8121a06aa9bfe3 /etc
parent60c4ee668296b705cb359f3915c78fddd4bfcfdf (diff)
downloademacs-a33da68be0fd3dd306155955210ddca6b521f28d.tar.gz
emacs-a33da68be0fd3dd306155955210ddca6b521f28d.zip
Fix bug #12908 with documentation of emacs_backtrace.txt on MS-Windows.
doc/emacs/trouble.texi (Crashing): Add information about MS-Windows and the emacs_backtrace.txt file. etc/NEWS: Mention emacs_backtrace.txt.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d81cf7f1bb4..a03c2e2f638 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -210,7 +210,9 @@ This minor mode replaces `toggle-read-only', which is now obsolete.
210** Emacs now generates backtraces on fatal errors. 210** Emacs now generates backtraces on fatal errors.
211On encountering a fatal error, Emacs now outputs a textual description 211On encountering a fatal error, Emacs now outputs a textual description
212of the fatal signal, and a short backtrace on platforms like glibc 212of the fatal signal, and a short backtrace on platforms like glibc
213that support backtraces. 213that support backtraces, and also on MS-Windows. On Windows, the
214backtrace is also written to the 'emacs_backtrace.txt' file in the
215directory where Emacs was running.
214 216
215--- 217---
216** If your Emacs was built from a bzr checkout, the new variable 218** If your Emacs was built from a bzr checkout, the new variable