projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb6464
)
Allow :ensure to take a nil value again
author
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 17:14:28 +0000
(09:14 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 30 Nov 2017 17:14:28 +0000
(09:14 -0800)
Fixes https://github.com/jwiegley/use-package/issues/526
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 7a09a3be1b292f109b957d556ac68e5349acdea9..bf9d1c82709fbf85e06da1aca253a5426f67720e 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-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 "