]> git.eshelyaron.com Git - emacs.git/commit
Support :bind (:map '(...))
authorNick Alcock <nick.alcock@oracle.com>
Thu, 30 Jul 2015 22:42:59 +0000 (23:42 +0100)
committerNix <nix@esperi.org.uk>
Fri, 31 Jul 2015 11:30:39 +0000 (12:30 +0100)
commit1cbcd66ebe98f7fab83aa3b4239bcb073029e74e
tree2e89f98b31eaa89b314cce3da3ad6dc73e969581
parent269b1080ae3a11819dd33ebe3359952f7d5fd797
Support :bind (:map '(...))

We transform it into (:map foo (...) (...)) in the normalizer, and
no longer warn about unknown sorts of arg.
lisp/use-package/use-package.el