diff options
| author | Paul Eggert | 2014-06-09 07:50:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-09 07:50:57 -0700 |
| commit | f4454d5215837bdddec70d8a1e7a9a4b3e4d52bd (patch) | |
| tree | dfe67e686436a5d56b0861789bb742e00fdcc9d5 /src/ChangeLog | |
| parent | fd60bf6c902b47daadda6ebf442045dbe1328941 (diff) | |
| download | emacs-f4454d5215837bdddec70d8a1e7a9a4b3e4d52bd.tar.gz emacs-f4454d5215837bdddec70d8a1e7a9a4b3e4d52bd.zip | |
Fix core dump after a dropped X connection.
* sysdep.c (stuff_char): Don't abort merely because the selected frame
is dead, as we may be shutting down.
Fixes: debbugs:17704
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f864f5eef5..9c6596c306a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix core dump after a dropped X connection (Bug#17704). | ||
| 4 | * sysdep.c (stuff_char): Don't abort merely because the selected frame | ||
| 5 | is dead, as we may be shutting down. | ||
| 6 | |||
| 1 | 2014-06-08 Glenn Morris <rgm@gnu.org> | 7 | 2014-06-08 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * fileio.c (write-region-inhibit-fsync): Doc tweak. | 9 | * fileio.c (write-region-inhibit-fsync): Doc tweak. |