]> git.eshelyaron.com Git - emacs.git/commit
Fix use-package-defaults defcustom type (bug#59941)
authorMattias Engdegård <mattiase@acm.org>
Sun, 11 Dec 2022 15:26:50 +0000 (16:26 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 11 Dec 2022 15:48:41 +0000 (16:48 +0100)
commit4893a15631743e1d885bd09b9184bc112c7eadcb
treed61435436bff6ddea6bea51001cfe27b338c2ada
parent074b7e6f4d1eefacade7b4c5b19ee9b03a2367ae
Fix use-package-defaults defcustom type (bug#59941)

* lisp/use-package/use-package-core.el (use-package-defaults):
Enlarge type to allow for keywords such as :ensure and :pin to be
added later, remedying a failure in test-custom-opts.
lisp/use-package/use-package-core.el