emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 433dd77: Fix a typo in url-http.el


From: Eli Zaretskii
Subject: [Emacs-diffs] master 433dd77: Fix a typo in url-http.el
Date: Wed, 2 Oct 2019 11:24:54 -0400 (EDT)

branch: master
commit 433dd77b4a4c52a98e1ce0438d6bd475cdb81f7b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in url-http.el
    
    * lisp/url/url-http.el (url-http-parse-headers): Fix a typo.
    Reported by Mattias EngdegÄrd <address@hidden>.
---
 lisp/url/url-http.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 31c866b..0ea7e02 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]