aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/url/url-http.el4
1 files changed, 2 insertions, 2 deletions
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."
955 (url-mark-buffer-as-dead buffer) 955 (url-mark-buffer-as-dead buffer)
956 ;; Narrow the buffer for url-handle-content-transfer-encoding to 956 ;; Narrow the buffer for url-handle-content-transfer-encoding to
957 ;; find only the headers relevant to this transaction. 957 ;; find only the headers relevant to this transaction.
958 (and (not (buffer-narrowed-p) 958 (and (not (buffer-narrowed-p))
959 (mail-narrow-to-head))) 959 (mail-narrow-to-head))
960 (url-handle-content-transfer-encoding)) 960 (url-handle-content-transfer-encoding))
961 (url-http-debug "Finished parsing HTTP headers: %S" success) 961 (url-http-debug "Finished parsing HTTP headers: %S" success)
962 (widen) 962 (widen)