aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-13 20:43:01 +0100
committerJoakim Verona2012-12-13 20:43:01 +0100
commit7787e3fcb1ed8299fa02d37575545bb2794f2666 (patch)
treed19748eed4f36065fc34c08aef2b07461c89d730 /src/ChangeLog
parent2f04192867efa7711f5eb81e4ec9838b7f7d2aa7 (diff)
parent4c95c9a594ade5a642e32be77ff58b60a89b7a7a (diff)
downloademacs-7787e3fcb1ed8299fa02d37575545bb2794f2666.tar.gz
emacs-7787e3fcb1ed8299fa02d37575545bb2794f2666.zip
auto upstream
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.