diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2013-08-12 15:54:45 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2013-08-12 15:54:45 +0200 |
commit | 8a44a184685092e2f39c9355467defde0b8b030c (patch) | |
tree | b5ecedafe78e402b50b0d9a1494477935789e07b /lisp/url/url-vars.el | |
parent | 594a430782d12499543637915fd974483523f500 (diff) | |
download | emacs-8a44a184685092e2f39c9355467defde0b8b030c.tar.gz |
Add the zlib prefix to `decompress-gzipped-region'
Diffstat (limited to 'lisp/url/url-vars.el')
-rw-r--r-- | lisp/url/url-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index a59667b57b0..786b5533bf8 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -210,7 +210,7 @@ Should be an assoc list of headers/contents.") (defvar url-request-method nil "The method to use for the next request.") -(defvar url-mime-encoding-string (and (fboundp 'decompress-gzipped-region) +(defvar url-mime-encoding-string (and (fboundp 'zlib-decompress-gzipped-region) "gzip") "String to send in the Accept-encoding: field in HTTP requests.") |