aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/play (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use lexical-binding in animate.el and add testsStefan Kangas2020-05-131-0/+56
| | | | | * lisp/play/animate.el: Use lexical-binding. * test/lisp/play/animate-tests.el: New file.
* Use lexical-binding in dissociate.el and add testsStefan Kangas2020-05-131-0/+38
| | | | | * lisp/play/dissociate.el: Use lexical-binding. * test/lisp/play/dissociate-tests.el: New file.
* Update copyright year to 2020Paul Eggert2020-01-012-2/+2
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Use lexical-binding in morse.el and studly.el and add testsStefan Kangas2019-06-012-0/+112
* lisp/play/morse.el: Use lexical-binding. * lisp/play/studly.el: Use lexical-binding. * test/lisp/play/morse-tests.el: New file. * test/lisp/play/studly-tests.el: New file.