diff options
author | Radon Rosborough <radon.neon@gmail.com> | 2017-04-04 21:16:06 -0700 |
---|---|---|
committer | Radon Rosborough <radon.neon@gmail.com> | 2017-04-04 21:16:06 -0700 |
commit | a9ffffcee5c8047db5b00625790ab9d1b1eccc4b (patch) | |
tree | a811ad3895390ff70e4568ea9bd5dc14e3d5137d /lisp/use-package/bind-key.el | |
parent | 2db2b56b17ac9a5125cce4bc2b41298bd1d34476 (diff) | |
download | emacs-a9ffffcee5c8047db5b00625790ab9d1b1eccc4b.tar.gz emacs-a9ffffcee5c8047db5b00625790ab9d1b1eccc4b.tar.bz2 emacs-a9ffffcee5c8047db5b00625790ab9d1b1eccc4b.zip |
Make use-package-normalize-value handle nil better
The previous version of `use-package-normalize-value', when passed
nil, would return the list (symbol-value (quote nil)). This meant that
keywords which used `use-package-normalize-value' or the higher-level
normalizer `use-package-normalize-test' would get a non-nil
argument (i.e. the above list) even when the user specified nil to the
package.
This had the concrete impact of making it so that :defer-install nil
was treated as :defer-install t.
Diffstat (limited to 'lisp/use-package/bind-key.el')
0 files changed, 0 insertions, 0 deletions