emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114342: * lisp/url/url-http.el (zlib-decompress-reg


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114342: * lisp/url/url-http.el (zlib-decompress-region): Declare.
Date: Wed, 18 Sep 2013 01:44:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114342
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 21:44:44 -0400
message:
  * lisp/url/url-http.el (zlib-decompress-region): Declare.
modified:
  lisp/url/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-3116
  lisp/url/url-http.el           urlhttp.el-20091113204419-o5vbwnq5f7feedwu-2989
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2013-09-16 21:28:11 +0000
+++ b/lisp/url/ChangeLog        2013-09-18 01:44:44 +0000
@@ -1,3 +1,7 @@
+2013-09-18  Glenn Morris  <address@hidden>
+
+       * url-http.el (zlib-decompress-region): Declare.
+
 2013-09-16  Glenn Morris  <address@hidden>
 
        * url-misc.el (url-data): Avoid match-data mix-up with base64 case.

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2013-09-13 07:01:55 +0000
+++ b/lisp/url/url-http.el      2013-09-18 01:44:44 +0000
@@ -858,6 +858,8 @@
     (goto-char (point-min))
     success))
 
+(declare-function zlib-decompress-region "decompress.c" (start) (end))
+
 (defun url-handle-content-transfer-encoding ()
   (let ((encoding (mail-fetch-field "content-encoding")))
     (when (and encoding


reply via email to

[Prev in Thread] Current Thread [Next in Thread]