]> git.eshelyaron.com Git - emacs.git/commit
Don't allow :commands, :bind, etc., to be given an empty list
authorJohn Wiegley <johnw@newartisans.com>
Tue, 28 Nov 2017 19:16:12 +0000 (11:16 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 28 Nov 2017 19:17:05 +0000 (11:17 -0800)
commit18b9bf18ad5c14dccaf0448768b0ad0435c3a93e
treed5d17b597594044b5e0c010d03f61a1b4fabe7a1
parent4ddf42185a199c99b66f89e903f74a89869cb86a
Don't allow :commands, :bind, etc., to be given an empty list

This makes the following an error:

    :commands
    :commands nil
    :commands ()

Fixes https://github.com/jwiegley/use-package/issues/512
lisp/use-package/use-package.el