]> git.eshelyaron.com Git - emacs.git/commit
Quote variable in `bind-keys*'
authorBjarte Johansen <bjarte.johansen@gmail.com>
Fri, 26 Feb 2016 15:19:24 +0000 (15:19 +0000)
committerBjarte Johansen <bjarte.johansen@gmail.com>
Fri, 26 Feb 2016 15:47:16 +0000 (15:47 +0000)
commitb0b5cfbfb26bbc18d36d7ea8cd90bd665f521d9b
treeab6bff5541f56c7baaa41aa58cc22b6bb453fa10
parent6a90a9f16d0d31dd414139ea089dce3d80f1049b
Quote variable in `bind-keys*'

* bind-key.el (bind-keys*): `override-global-map' needs to be quoted so
  the symbol is passed to `bind-keys-form' and not the value.
GitHub-reference: fixes https://github.com/jwiegley/use-package/issues/323
lisp/use-package/bind-key.el