aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-12-13 11:35:10 -0800
committerPaul Eggert2012-12-13 11:35:10 -0800
commit4c95c9a594ade5a642e32be77ff58b60a89b7a7a (patch)
tree8bd6a1b65c19498962b63f6bac7ce610b32675d4 /src/ChangeLog
parentce0440ff9661d84a7632379923af8449986ca56e (diff)
downloademacs-4c95c9a594ade5a642e32be77ff58b60a89b7a7a.tar.gz
emacs-4c95c9a594ade5a642e32be77ff58b60a89b7a7a.zip
* fileio.c (Finsert_file_contents): Don't put tail into head area,
as that confuses set-auto-coding, so insist on the head-read returning the full 1024 bytes. Let lseek compute the tail offset; less work for us. Do not ignore I/O errors when reading the tail.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 939fd61c87f..c64416a6454 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12012-12-13 Paul Eggert <eggert@cs.ucla.edu> 12012-12-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fileio.c (Finsert_file_contents): Don't put tail into head area,
4 as that confuses set-auto-coding, so insist on the head-read
5 returning the full 1024 bytes. Let lseek compute the tail offset;
6 less work for us. Do not ignore I/O errors when reading the tail.
7
3 * xdisp.c: Minor style fixes. 8 * xdisp.c: Minor style fixes.
4 (init_iterator): Hoist assignment out of if-expression. 9 (init_iterator): Hoist assignment out of if-expression.
5 (markpos_of_region): Callers now test for sign, not for -1. 10 (markpos_of_region): Callers now test for sign, not for -1.