monnier pushed a change to branch externals/setup. from 6d84649 Update copyright notice new d2e31e7 Replaced CC0 LICENSE with GPL new d9a5850 Manually specify macro arity via :repeatable new 1bfca33 Avoid manual signature specification via help-function-arglist new 578f7bb Update setup-define docstring new aa9bad8 Drop unused setup-indent property new bb11fa8 Avoid reconstructing entire edebug specification new e8a5ac7 Rename :hook argument to function new fc958ad Rename :needs argument to executable new 44d2cfd Ignore package.el files new 894819d Drop "none" as argument for :debug new 5e24fe1 Decrease required Emacs version to 24.4 new 295e173 Update README new 9d9f5ef Rename arguments to avoid manual :signatures specifications new 9bd5f5b Fix markdown code syntax new 0e4995f Use fenced code block for example new c9bc47a Simplify edebug specification generation new 7fddc97 Explain usage of keywords for local macros new 8ca0d20 Bump version to 0.1.1 new 39accbf Mention GitHub mirror
Summary of changes: .gitignore | 4 +- COPYING | 674 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 121 ----------- README.md | 96 +++++---- setup.el | 208 ++++++++++--------- 5 files changed, 834 insertions(+), 269 deletions(-) create mode 100644 COPYING delete mode 100644 LICENSE