changeset 59015:34b8a83e2361

(zone-pgm-random-life): Fix typo.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 17 Dec 2004 11:58:21 +0000
parents 05b4b5dbf196
children 1c959d343308
files lisp/play/zone.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/zone.el	Fri Dec 17 11:48:56 2004 +0000
+++ b/lisp/play/zone.el	Fri Dec 17 11:58:21 2004 +0000
@@ -663,7 +663,7 @@
               c (aref s 0))
         (zone-replace-char
          (char-width c)
-         t s (cond ((or (> top (point))
+         1 s (cond ((or (> top (point))
                         (< bot (point))
                         (or (> 11 (setq col (current-column)))
                             (< rtc col)))