aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-12 15:54:45 +0200
committerLars Magne Ingebrigtsen2013-08-12 15:54:45 +0200
commit8a44a184685092e2f39c9355467defde0b8b030c (patch)
treeb5ecedafe78e402b50b0d9a1494477935789e07b /etc
parent594a430782d12499543637915fd974483523f500 (diff)
downloademacs-8a44a184685092e2f39c9355467defde0b8b030c.tar.gz
emacs-8a44a184685092e2f39c9355467defde0b8b030c.zip
Add the zlib prefix to `decompress-gzipped-region'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f5f6e48639e..e37b107176c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,7 +43,7 @@ no longer created during installation.
43 43
44** Emacs can be compiled with zlib support. If this library is present 44** Emacs can be compiled with zlib support. If this library is present
45(which it normally is on most systems), the function 45(which it normally is on most systems), the function
46`decompress-gzipped-region' becomes available. 46`zlib-decompress-gzipped-region' becomes available.
47 47
48--- 48---
49** Emacs for NS (OSX, GNUStep) can be built with ImageMagick support. 49** Emacs for NS (OSX, GNUStep) can be built with ImageMagick support.