1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
emacs/test/lisp/play
Stefan Kangas a0451be18b Use lexical-binding in almost all of play/*.el
* lisp/play/5x5.el: Use lexical-binding.
(5x5-draw-grid-end, 5x5-draw-grid, 5x5-solver)
(5x5-solve-suggest): Silence byte-compiler.

* lisp/play/cookie1.el: Use lexical-binding.
(cookie-shuffle-vector, cookie-apropos): Silence byte-compiler.

* lisp/play/zone.el: Use lexical-binding.
(zone): Convert lambda to proper lexical closure.
(zone-replace-char, zone-fill-out-screen): Silence byte-compiler.

* lisp/play/blackbox.el:
* lisp/play/doctor.el:
* lisp/play/gametree.el:
* lisp/play/hanoi.el: Use lexical-binding.

* test/lisp/play/cookie1-resources/cookies:
* test/lisp/play/cookie1-tests.el: New files.
2021-02-10 06:25:28 +01:00
..
cookie1-resources Use lexical-binding in almost all of play/*.el 2021-02-10 06:25:28 +01:00
fortune-resources Use lexical-binding in fortune.el and add tests 2020-11-14 15:55:08 +01:00
animate-tests.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cookie1-tests.el Use lexical-binding in almost all of play/*.el 2021-02-10 06:25:28 +01:00
dissociate-tests.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
fortune-tests.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
life-tests.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
morse-tests.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
studly-tests.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00