]> git.eshelyaron.com Git - emacs.git/commitdiff
(pong-init-buffer): Fill buffer with spaces instead of ^A.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 9 Jun 2006 14:23:49 +0000 (14:23 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 9 Jun 2006 14:23:49 +0000 (14:23 +0000)
lisp/ChangeLog
lisp/play/pong.el

index 5fd90145462a1fcfcd76fa7a392d62d532f8a05e..2b3d6d5413cdfb17d0a2f9857653569d24b8b41f 100644 (file)
@@ -1,5 +1,8 @@
 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
+       * play/pong.el (pong-init-buffer):
+       Fill buffer with spaces instead of ^A.
+
        * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
        launched asynchronously, delete its process instead of being cool.
        (ispell-async-processp): Check for `delete-process' existence
index d73d789d0d38b33959d54d67939c3035026b1fef..4efa8c2a639d21e2775d5ccf87649bd09db469bb 100644 (file)
 
   (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