]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/package.el: Fix a decoding issue
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 15 Nov 2015 21:28:37 +0000 (21:28 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 15 Nov 2015 21:35:06 +0000 (21:35 +0000)
commit7cc233e1e3da297882c006c1f07c628fbd4e94d5
tree569440df0ffd3eb688c5956a7d6354b1f83f1713
parent5f9153faaf767a039620a0a05a8ad0373cb24070
* lisp/emacs-lisp/package.el: Fix a decoding issue

(package--with-response-buffer): Use `url-insert-buffer-contents'.
The previous code had some issues with decoding. Refactoring that
function allows us to use the decoding from url-handlers while still
treating both sync and async requests the same.

* lisp/url/url-handlers.el (url-insert-file-contents): Move some code to
`url-insert-buffer-contents'.
(url-insert-buffer-contents): New function
lisp/emacs-lisp/package.el
lisp/url/url-handlers.el