; 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:
parent
31ec1a7d32
commit
a0b743da19
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue