diff options
| author | Eli Zaretskii | 2014-11-09 18:40:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-09 18:40:43 +0200 |
| commit | ea75a0e069998158b47b774aae263529568f8b1c (patch) | |
| tree | 79278e45c2d8ec2ab439bb7c5c92d2fe9afc1fdb /src/ChangeLog | |
| parent | 2ae1e0d427eaf8583875a31525eca42c0a9ebb99 (diff) | |
| download | emacs-ea75a0e069998158b47b774aae263529568f8b1c.tar.gz emacs-ea75a0e069998158b47b774aae263529568f8b1c.zip | |
Fix bug #18982 with assertion violations when reverting buffers.
src/fileio.c (Finsert_file_contents): Invalidate buffer caches also
when the inserted text does not need decoding.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c03218c21f9..719ccec467d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-11-09 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-11-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Finsert_file_contents): Invalidate buffer caches also | ||
| 4 | when the inserted text does not need decoding. (Bug#18982) | ||
| 5 | |||
| 3 | * w32heap.c (allocate_heap): Set the lower limit of heap at 8MB. | 6 | * w32heap.c (allocate_heap): Set the lower limit of heap at 8MB. |
| 4 | (Bug#18995) | 7 | (Bug#18995) |
| 5 | 8 | ||