* lisp/url/url-http.el (zlib-decompress-region): Declare.
This commit is contained in:
parent
ec9177ba76
commit
35cc47373e
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue