changeset 71291:d64ce5e506ac

(pong-init-buffer): Fill buffer with spaces instead of ^A.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 09 Jun 2006 14:21:31 +0000
parents 3f1743ca9233
children b8510d99b32e
files lisp/play/pong.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/pong.el	Fri Jun 09 13:04:55 2006 +0000
+++ b/lisp/play/pong.el	Fri Jun 09 14:21:31 2006 +0000
@@ -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