aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-17 22:10:21 -0700
committerGlenn Morris2013-09-17 22:10:21 -0700
commitee8b701cae9929d655054852dcadc817147305d8 (patch)
tree8635046d720c9b582206c475b952ee76a6bca6ba
parent7bb3e76899ec548ac5e1e95e3e38d7b33f3dadf4 (diff)
downloademacs-ee8b701cae9929d655054852dcadc817147305d8.tar.gz
emacs-ee8b701cae9929d655054852dcadc817147305d8.zip
Fix typo in declaration
-rw-r--r--lisp/url/url-http.el2
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")))