1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Allow :ensure to take a nil value again

Fixes https://github.com/jwiegley/use-package/issues/526
This commit is contained in:
John Wiegley 2017-11-30 09:14:28 -08:00
parent 3cb64648fc
commit 3847ec28ca

View File

@ -722,7 +722,7 @@ If the package is installed, its entry is removed from
t
(use-package-only-one (symbol-name keyword) args
(lambda (label arg)
(if (use-package--non-nil-symbolp arg)
(if (symbolp arg)
arg
(use-package-error
(concat ":ensure wants an optional package name "