aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/play/snake.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/play/snake.el b/lisp/play/snake.el
index 034ee5539a5..f2af0bb6495 100644
--- a/lisp/play/snake.el
+++ b/lisp/play/snake.el
@@ -123,7 +123,8 @@
123 '(((glyph colorize) 123 '(((glyph colorize)
124 (t ?\+)) 124 (t ?\+))
125 ((color-x color-x) 125 ((color-x color-x)
126 (mono-x grid-x)) 126 (mono-x grid-x)
127 (color-tty color-tty))
127 (((glyph color-x) [0.5 0.5 0.5]) 128 (((glyph color-x) [0.5 0.5 0.5])
128 (color-tty "white")))) 129 (color-tty "white"))))
129 130