1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00

; Fix my previous commit

* lisp/play/5x5.el (5x5-solver-output): Prefer defvar-local.
* lisp/play/gamegrid.el (gamegrid-display-table): Provide default
value.
This commit is contained in:
Stefan Kangas 2021-01-31 05:41:51 +01:00
parent 31ec1a7d32
commit a0b743da19
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
map)
"Local keymap for the 5x5 game.")
(5x5-defvar-local 5x5-solver-output nil
(defvar-local 5x5-solver-output nil
"List that is the output of an arithmetic solver.
This list L is such that

View File

@ -50,7 +50,7 @@
(defvar-local gamegrid-display-mode nil)
(defvar-local gamegrid-display-table)
(defvar-local gamegrid-display-table nil)
(defvar-local gamegrid-face-table nil)