From: Artur Malabarba Date: Wed, 18 Nov 2015 10:28:02 +0000 (+0000) Subject: * lisp/emacs-lisp/package.el (package--with-response-buffer): X-Git-Tag: emacs-25.0.90~756 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e6d7d1e3408168545d5afd33ae8dd5a2881a22c;p=emacs.git * lisp/emacs-lisp/package.el (package--with-response-buffer): Ensure we're at the start of the buffer before searching for the end of headers. --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 2aea9d11d1f..d747bc226a7 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -1165,6 +1165,7 @@ BODY (does not apply to errors signaled by ERROR-FORM). (unwind-protect (wrap-errors (when-let ((er (plist-get status :error))) (error "Error retrieving: %s %S" url er)) + (goto-char (point-min)) (unless (search-forward-regexp "^\r?\n\r?" nil 'noerror) (error "Error retrieving: %s %S" url "incomprehensible buffer")) (with-temp-buffer