aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-22 00:34:52 -0700
committerPaul Eggert2012-09-22 00:34:52 -0700
commit01108e3f4567db222a7e6e2ed9c484506b491dba (patch)
tree7d9e97fc0ec3c59d980d94421dd18fd8a71805fb /src/ChangeLog
parent471333800df6aefbdc4044a39b1808c1d01404d5 (diff)
downloademacs-01108e3f4567db222a7e6e2ed9c484506b491dba.tar.gz
emacs-01108e3f4567db222a7e6e2ed9c484506b491dba.zip
* emacs.c (shut_down_emacs): Don't assume stderr is buffered,
or that fprintf is async-signal-safe. POSIX doesn't require either assumption.
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 439b5c06e27..847e065e1c3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * emacs.c (shut_down_emacs): Don't assume stderr is buffered,
4 or that fprintf is async-signal-safe. POSIX doesn't require
5 either assumption.
6
12012-09-22 Chong Yidong <cyd@gnu.org> 72012-09-22 Chong Yidong <cyd@gnu.org>
2 8
3 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers 9 * buffer.c (Fset_buffer_modified_p): Handle indirect buffers