1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 03:06:23 -08:00
No description
Find a file
wouter bolsterlee 1fdfd46fb2 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
2017-12-20 08:31:56 +01:00
doc/misc Commit .texi file, as it requires several dependencies to generate 2017-12-04 12:11:59 -08:00
etc Add further note to NEWS.md 2017-12-07 15:50:07 -08:00
lisp/use-package Fix sanity check for correct :custom-face format 2017-12-20 08:31:56 +01:00
test/lisp/use-package All the second argument in use-package-defaults lists to be a function 2017-12-15 22:48:42 -08:00