emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113873: * url-http.el (url-http-parse-headers): Alw


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r113873: * url-http.el (url-http-parse-headers): Always place point at the
Date: Wed, 14 Aug 2013 13:03:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113873
revision-id: address@hidden
parent: address@hidden
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2013-08-14 15:03:25 +0200
message:
  * url-http.el (url-http-parse-headers): Always place point at the
  start of the buffer instead of just 80% of the time.
modified:
  lisp/url/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-3116
  lisp/url/url-http.el           urlhttp.el-20091113204419-o5vbwnq5f7feedwu-2989
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2013-08-12 17:02:31 +0000
+++ b/lisp/url/ChangeLog        2013-08-14 13:03:25 +0000
@@ -1,3 +1,8 @@
+2013-08-14  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * url-http.el (url-http-parse-headers): Always place point at the
+       start of the buffer instead of just 80% of the time.
+
 2013-08-12  Lars Magne Ingebrigtsen  <address@hidden>
 
        * url-http.el (url-handle-content-transfer-encoding): Renamed

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2013-08-12 17:02:31 +0000
+++ b/lisp/url/url-http.el      2013-08-14 13:03:25 +0000
@@ -855,6 +855,7 @@
       (url-handle-content-transfer-encoding))
     (url-http-debug "Finished parsing HTTP headers: %S" success)
     (widen)
+    (goto-char (point-min))
     success))
 
 (defun url-handle-content-transfer-encoding ()


reply via email to

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