summaryrefslogtreecommitdiff
path: root/lisp/play/blackbox.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-10 01:23:41 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-10 06:25:28 +0100
commita0451be18b2581f5288e1123ee7bbd2aabccbe52 (patch)
tree470918583baef39e674912fb9e66174970866250 /lisp/play/blackbox.el
parentff16c897eadab9bebc58bd0ca0fb5c8e1c237a15 (diff)
downloademacs-a0451be18b2581f5288e1123ee7bbd2aabccbe52.tar.gz
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.
Diffstat (limited to 'lisp/play/blackbox.el')
-rw-r--r--lisp/play/blackbox.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el
index e3854b55a14..61b0878b1c5 100644
--- a/lisp/play/blackbox.el
+++ b/lisp/play/blackbox.el
@@ -1,4 +1,4 @@
-;;; blackbox.el --- blackbox game in Emacs Lisp
+;;; blackbox.el --- blackbox game in Emacs Lisp -*- lexical-binding: t -*-
;; Copyright (C) 1985-1987, 1992, 2001-2021 Free Software Foundation,
;; Inc.