From 35cc47373edddb3642a8486b3052f6530ab9a778 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 17 Sep 2013 21:44:44 -0400 Subject: [PATCH] * lisp/url/url-http.el (zlib-decompress-region): Declare. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-http.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 817130c5184..7619f2e2b86 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2013-09-18 Glenn Morris + + * url-http.el (zlib-decompress-region): Declare. + 2013-09-16 Glenn Morris * url-misc.el (url-data): Avoid match-data mix-up with base64 case. diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 4f9e868c05e..3f16ce05a8c 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -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 -- 2.39.2