]> git.eshelyaron.com Git - emacs.git/commit
Don't allow implicit package name arg for binders
authorNoam Postavsky <npostavs@gmail.com>
Fri, 5 Aug 2016 22:43:34 +0000 (18:43 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 31 Oct 2016 12:49:21 +0000 (08:49 -0400)
commit9688d2f64bd01b86a98ccd87138e6fc0a345e62b
treed30c08aa47881e969f2bda0500a734777d8f8efb
parent65c7b42a14c5ad42d4b6c6e6547c793e0ccbfe80
Don't allow implicit package name arg for binders

It's unlikely that

    (use-package foopkg :bind "<some-key>")

intendes to bind <some-key> to 'foopkg command.
lisp/use-package/use-package.el
test/lisp/use-package/use-package-tests.el