]> git.eshelyaron.com Git - emacs.git/commit
Fix sanity check for correct :custom-face format
authorwouter bolsterlee <wouter@bolsterl.ee>
Wed, 20 Dec 2017 07:31:56 +0000 (08:31 +0100)
committerwouter bolsterlee <wouter@bolsterl.ee>
Wed, 20 Dec 2017 07:31:56 +0000 (08:31 +0100)
commit1fdfd46fb2c27cb9018afe42e5268b7107ba528b
tree8100e491234846debf2589199040aa22a5576e12
parent13fb5f4f2e02ef08f8c87017a8eb03d69cd59910
Fix sanity check for correct :custom-face format

Instead of testing the length of each form passed to :custom-face,
the sanity check would test the number of forms passed to :custom-face,
causing it to fail when more than 2 face customisations are used.

Fixes https://github.com/jwiegley/use-package/issues/600.

Copyright-paperwork-exempt: yes
lisp/use-package/use-package-core.el