* lisp/url/url-http.el (zlib-decompress-region): Declare.

This commit is contained in:
Glenn Morris 2013-09-17 21:44:44 -04:00
parent ec9177ba76
commit 35cc47373e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-09-18 Glenn Morris <rgm@gnu.org>
* url-http.el (zlib-decompress-region): Declare.
2013-09-16 Glenn Morris <rgm@gnu.org>
* url-misc.el (url-data): Avoid match-data mix-up with base64 case.

View file

@ -858,6 +858,8 @@ should be shown to the user."
(goto-char (point-min))
success))
(declare-function zlib-decompress-region "decompress.c" (start) (end))
(defun url-handle-content-transfer-encoding ()
(let ((encoding (mail-fetch-field "content-encoding")))
(when (and encoding