From ae12193bcc80fa241cb5d8cb81c6a0e0156f0712 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 9 Jun 2006 14:21:31 +0000 Subject: (pong-init-buffer): Fill buffer with spaces instead of ^A. --- lisp/play/pong.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/play') 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 -- cgit v1.2.1