diff options
author | Leo Liu <sdl.web@gmail.com> | 2014-06-26 12:00:56 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2014-06-26 12:00:56 +0800 |
commit | 1d8bea62832ea227d154995d2d52bd2093d4d722 (patch) | |
tree | 42fb1c174359cc10e83760726927a569f86ac606 /lisp/url/url-http.el | |
parent | d2301b5d805d603547b36d96e3a09e6d8124a6d7 (diff) | |
download | emacs-1d8bea62832ea227d154995d2d52bd2093d4d722.tar.gz emacs-1d8bea62832ea227d154995d2d52bd2093d4d722.tar.bz2 emacs-1d8bea62832ea227d154995d2d52bd2093d4d722.zip |
* lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.
(url-insert-file-contents): Condition on url-http-response-status
for the HTTP/S specific part.
* lisp/url/url-http.el (url-http-end-of-headers): Remove duplicate defvar.
Fixes: debbugs:17549
Diffstat (limited to 'lisp/url/url-http.el')
-rw-r--r-- | lisp/url/url-http.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index ac2e1403d03..dcb86689ca9 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -47,7 +47,6 @@ (defvar url-http-response-version) (defvar url-http-target-url) (defvar url-http-transfer-encoding) -(defvar url-http-end-of-headers) (defvar url-show-status) (require 'url-gw) |