mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue