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:
parent
3cb64648fc
commit
3847ec28ca
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user