1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs.git for use in CI/development since the upstream savannah git repo is very flakey.
Go to file
John Wiegley 18b9bf18ad 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
2017-11-28 11:17:05 -08:00
lisp/use-package Don't allow :commands, :bind, etc., to be given an empty list 2017-11-28 11:17:05 -08:00
test/lisp/use-package Allow :diminish with no arguments 2017-07-08 15:32:46 +02:00