summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2006-06-09 14:21:31 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2006-06-09 14:21:31 +0000
commitae12193bcc80fa241cb5d8cb81c6a0e0156f0712 (patch)
treeb92522b4ee01130a838128204224a3dc705c4e80 /lisp/play
parent2576e7761f8cc32ebe851a15ee12356d6e0a0fab (diff)
downloademacs-ae12193bcc80fa241cb5d8cb81c6a0e0156f0712.tar.gz
(pong-init-buffer): Fill buffer with spaces instead of ^A.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/pong.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/pong.el b/lisp/play/pong.el
index d73d789d0d3..4efa8c2a639 100644
--- a/lisp/play/pong.el
+++ b/lisp/play/pong.el
@@ -244,7 +244,7 @@
(gamegrid-init-buffer pong-width
(+ 2 pong-height)
- 1)
+ ?\s)
(let ((buffer-read-only nil))
(loop for y from 0 to (1- pong-height) do