summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url')
-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."
(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)