* lisp/url/url-http.el (url-http-parse-headers): Fix a typo.
Reported by Mattias EngdegÄrd <mattiase@acm.org>.
(url-mark-buffer-as-dead buffer)
;; Narrow the buffer for url-handle-content-transfer-encoding to
;; find only the headers relevant to this transaction.
- (and (not (buffer-narrowed-p)
- (mail-narrow-to-head)))
+ (and (not (buffer-narrowed-p))
+ (mail-narrow-to-head))
(url-handle-content-transfer-encoding))
(url-http-debug "Finished parsing HTTP headers: %S" success)
(widen)