diff options
Diffstat (limited to 'lisp')
-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." (goto-char (point-min)) success)) -(declare-function zlib-decompress-region "decompress.c" (start) (end)) +(declare-function zlib-decompress-region "decompress.c" (start end)) (defun url-handle-content-transfer-encoding () (let ((encoding (mail-fetch-field "content-encoding"))) |