diff options
| -rw-r--r-- | lisp/url/url-http.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 3f16ce05a8c..e2a2033e527 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -858,7 +858,7 @@ 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)) | 861 | (declare-function zlib-decompress-region "decompress.c" (start end)) |
| 862 | 862 | ||
| 863 | (defun url-handle-content-transfer-encoding () | 863 | (defun url-handle-content-transfer-encoding () |
| 864 | (let ((encoding (mail-fetch-field "content-encoding"))) | 864 | (let ((encoding (mail-fetch-field "content-encoding"))) |