]> git.eshelyaron.com Git - emacs.git/commit
Detect a non-list package archive content properly (Bug#22311)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 16 Jun 2018 22:59:43 +0000 (18:59 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 26 Jun 2018 23:56:04 +0000 (19:56 -0400)
commit6f6d525683d5731d55fcd801a66b078bd6ba8369
treec295db39d125280be618f4aa442f31445958c540
parent12c77f6918c4a60dbbae3f716a58300b4026e8da
Detect a non-list package archive content properly (Bug#22311)

* lisp/emacs-lisp/package.el (package--download-one-archive): Use
`read' instead of `read-from-string'; the latter always returns a
cons, so the `listp' check on its return value doesn't make sense.  It
was changed from `read' to `read-from-string' in 2015-04-01 "*
emacs-lisp/package.el: Implement asynchronous refreshing", but that
change was not needed because `read' works fine on strings as well as
buffers.
lisp/emacs-lisp/package.el