aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2013-09-17 21:44:44 -0400
committerGlenn Morris2013-09-17 21:44:44 -0400
commit35cc47373edddb3642a8486b3052f6530ab9a778 (patch)
treee17d5dcf94d276b53e87e2345a799ff84313c417 /lisp
parentec9177ba76f846efb7008547632adbe9a5d913ec (diff)
downloademacs-35cc47373edddb3642a8486b3052f6530ab9a778.tar.gz
emacs-35cc47373edddb3642a8486b3052f6530ab9a778.zip
* lisp/url/url-http.el (zlib-decompress-region): Declare.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/url/ChangeLog4
-rw-r--r--lisp/url/url-http.el2
2 files changed, 6 insertions, 0 deletions
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 @@
12013-09-18 Glenn Morris <rgm@gnu.org>
2
3 * url-http.el (zlib-decompress-region): Declare.
4
12013-09-16 Glenn Morris <rgm@gnu.org> 52013-09-16 Glenn Morris <rgm@gnu.org>
2 6
3 * url-misc.el (url-data): Avoid match-data mix-up with base64 case. 7 * 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."
858 (goto-char (point-min)) 858 (goto-char (point-min))
859 success)) 859 success))
860 860
861(declare-function zlib-decompress-region "decompress.c" (start) (end))
862
861(defun url-handle-content-transfer-encoding () 863(defun url-handle-content-transfer-encoding ()
862 (let ((encoding (mail-fetch-field "content-encoding"))) 864 (let ((encoding (mail-fetch-field "content-encoding")))
863 (when (and encoding 865 (when (and encoding