Fix bug #18650 with warning about zlib when loading url-vars.el.
commit8ca8fde8a2f94e9446efc5aa68020c0badeecb4d
authorEli Zaretskii <eliz@gnu.org>
Tue, 7 Oct 2014 17:18:07 +0000 (7 20:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 7 Oct 2014 17:18:07 +0000 (7 20:18 +0300)
tree683b09b987096c460f324a7603ecccbe8a219f3c
parent5bdd495965548f6b754f204080f4f1e6bec622ed
Fix bug #18650 with warning about zlib when loading url-vars.el.

 src/decompress.c (init_zlib_functions): Move the message about zlib
 being unavailable from here...
 (Fzlib_decompress_region): ...to here.

 lisp/url/url-http.el (url-http-create-request): Recheck zlib availability
 on windows-nt each time it might be required.
lisp/url/ChangeLog
lisp/url/url-http.el
src/ChangeLog
src/decompress.c