]> git.eshelyaron.com Git - emacs.git/commit
Prefer defvar-local in play/*.el
authorStefan Kangas <stefan@marxist.se>
Sun, 31 Jan 2021 04:27:06 +0000 (05:27 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 31 Jan 2021 04:28:40 +0000 (05:28 +0100)
commit31ec1a7d329cc9374b16c5831d30248c99e93dfb
treef57d9e6dfaee038bf866945a37bf1c6380652fb0
parente226357c3b651b525e82933423f84f497395432f
Prefer defvar-local in play/*.el

* lisp/play/5x5.el
(5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
* lisp/play/decipher.el (decipher-alphabet)
(decipher-stats-buffer, decipher-undo-list-size)
(decipher-undo-list):
* lisp/play/gamegrid.el (gamegrid-use-glyphs)
(gamegrid-use-color, gamegrid-font, gamegrid-face)
(gamegrid-display-options, gamegrid-buffer-width)
(gamegrid-buffer-height, gamegrid-blank, gamegrid-timer)
(gamegrid-display-mode, gamegrid-display-table)
(gamegrid-face-table, gamegrid-buffer-start)
(gamegrid-score-file-length):
* lisp/play/snake.el (snake-length, snake-velocity-x)
(snake-velocity-y, snake-positions, snake-score, snake-paused)
(snake-moved-p, snake-velocity-queue):
* lisp/play/tetris.el (tetris-shape, tetris-rot)
(tetris-next-shape, tetris-n-shapes, tetris-n-rows)
(tetris-score, tetris-pos-x, tetris-pos-y, tetris-paused):
Prefer defvar-local.

* lisp/play/5x5.el (5x5-defvar-local): Make obsolete.
lisp/play/5x5.el
lisp/play/decipher.el
lisp/play/gamegrid.el
lisp/play/snake.el
lisp/play/tetris.el