diff options
| author | Eli Zaretskii | 2012-11-16 20:54:42 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-16 20:54:42 +0200 |
| commit | a33da68be0fd3dd306155955210ddca6b521f28d (patch) | |
| tree | 8979712d3c0c2973d55ad6261a8121a06aa9bfe3 /etc | |
| parent | 60c4ee668296b705cb359f3915c78fddd4bfcfdf (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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. |
| 211 | On encountering a fatal error, Emacs now outputs a textual description | 211 | On encountering a fatal error, Emacs now outputs a textual description |
| 212 | of the fatal signal, and a short backtrace on platforms like glibc | 212 | of the fatal signal, and a short backtrace on platforms like glibc |
| 213 | that support backtraces. | 213 | that support backtraces, and also on MS-Windows. On Windows, the |
| 214 | backtrace is also written to the 'emacs_backtrace.txt' file in the | ||
| 215 | directory 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 |