diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 22:10:21 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 22:10:21 -0700 |
commit | ee8b701cae9929d655054852dcadc817147305d8 (patch) | |
tree | 8635046d720c9b582206c475b952ee76a6bca6ba /lisp/url/url-http.el | |
parent | 7bb3e76899ec548ac5e1e95e3e38d7b33f3dadf4 (diff) | |
download | emacs-ee8b701cae9929d655054852dcadc817147305d8.tar.gz emacs-ee8b701cae9929d655054852dcadc817147305d8.tar.bz2 emacs-ee8b701cae9929d655054852dcadc817147305d8.zip |
Fix typo in declaration
Diffstat (limited to 'lisp/url/url-http.el')
-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"))) |