From 433dd77b4a4c52a98e1ce0438d6bd475cdb81f7b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 2 Oct 2019 18:24:03 +0300 Subject: Fix a typo in url-http.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lisp/url/url-http.el (url-http-parse-headers): Fix a typo. Reported by Mattias EngdegÄrd . --- lisp/url/url-http.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/url') diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 31c866bd664..0ea7e02ee7f 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -955,8 +955,8 @@ should be shown to the user." (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) -- cgit v1.2.1