]> git.eshelyaron.com Git - emacs.git/commit
Fix use-package-defaults
authorRadon Rosborough <radon.neon@gmail.com>
Mon, 13 Feb 2017 20:48:48 +0000 (12:48 -0800)
committerRadon Rosborough <radon.neon@gmail.com>
Mon, 13 Feb 2017 20:48:48 +0000 (12:48 -0800)
commit482c8e57289a1b465676fc5469d70856a5afda3c
treef3871363e25f0ec6b9847feb82b54e084633bf3e
parent8fa6e8823be90d605b46ab30f9242588cdeafeba
Fix use-package-defaults

This patch should address issues https://github.com/jwiegley/use-package/issues/428 and https://github.com/jwiegley/use-package/issues/429. See https://github.com/jwiegley/use-package/issues/426 for
discussion. In brief, the issue was that use-package-sort-keywords was
not applied when the predicates in use-package-defaults did not return
true, when it should have been applied unconditionally.
lisp/use-package/use-package.el