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:
parent
31ec1a7d32
commit
a0b743da19
@ -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…
Reference in New Issue
Block a user