aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-09 07:50:57 -0700
committerPaul Eggert2014-06-09 07:50:57 -0700
commitf4454d5215837bdddec70d8a1e7a9a4b3e4d52bd (patch)
treedfe67e686436a5d56b0861789bb742e00fdcc9d5 /src/ChangeLog
parentfd60bf6c902b47daadda6ebf442045dbe1328941 (diff)
downloademacs-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/ChangeLog6
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 @@
12014-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
12014-06-08 Glenn Morris <rgm@gnu.org> 72014-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.