]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/url/url-http.el (zlib-decompress-region): Declare.
authorGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 01:44:44 +0000 (21:44 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 01:44:44 +0000 (21:44 -0400)
lisp/url/ChangeLog
lisp/url/url-http.el

index 817130c518491744bf112063694c8ec31b987c0c..7619f2e2b86ee6be7f93a8560e88290bca67b929 100644 (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.
index 4f9e868c05ed8bb4f6b6af6b0fc943c3d49ac4ee..3f16ce05a8cb8725f241740194b62ede4395562c 100644 (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