aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-26 20:29:52 +0400
committerDmitry Antipov2013-08-26 20:29:52 +0400
commit447218dd746e66544176995f1c791609b632a398 (patch)
tree4029d225baa01b6d29a0ad03e8d9a760e1d14367 /src
parentefec3894b2c9ace7de0545d5bb20685cd4140253 (diff)
downloademacs-447218dd746e66544176995f1c791609b632a398.tar.gz
emacs-447218dd746e66544176995f1c791609b632a398.zip
Fix ChangeLog typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f0bb86c3ee..37d3419532b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -30,7 +30,7 @@
30 Fix recovering from possible decompression error. Since 30 Fix recovering from possible decompression error. Since
31 insert_from_gap doesn't always move point, we can't use PT as 31 insert_from_gap doesn't always move point, we can't use PT as
32 the position where the partially decompressed data ends, and 32 the position where the partially decompressed data ends, and
33 should count how may bytes was produced so far. 33 should count how many bytes was produced so far.
34 * decompress.c (struct decompress_unwind_data): Add nbytes member. 34 * decompress.c (struct decompress_unwind_data): Add nbytes member.
35 (unwind_decompress): Really delete partially uncompressed data. 35 (unwind_decompress): Really delete partially uncompressed data.
36 (Fzlib_decompress_region): Take decompressed data size into account. 36 (Fzlib_decompress_region): Take decompressed data size into account.