]> git.eshelyaron.com Git - emacs.git/commit
Fix bug in use-package-install-deferred-package
authorRadon Rosborough <radon.neon@gmail.com>
Fri, 30 Jun 2017 19:26:26 +0000 (12:26 -0700)
committerRadon Rosborough <radon.neon@gmail.com>
Fri, 30 Jun 2017 19:26:26 +0000 (12:26 -0700)
commit6e6b533aaf321cbca46e2efe6dc3e0d30e73e91e
tree10d560ebb20f11e96f661f5775c95d2a5fb5088e
parent99e4045122aba41a512f7866d0ed665d05f21202
Fix bug in use-package-install-deferred-package

Previously, deferred installation didn't work because I didn't convert
the result of a `completing-read' back from a string to a symbol,
which meant the hash-table lookup failed.
lisp/use-package/use-package.el