]> git.eshelyaron.com Git - emacs.git/commitdiff
(zone-pgm-random-life): Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 17 Dec 2004 11:58:21 +0000 (11:58 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 17 Dec 2004 11:58:21 +0000 (11:58 +0000)
lisp/play/zone.el

index 9fc4ad6bf890ddf8d6272e5b0c9dd38d635b4074..80d0760bed2be2db3b1f532a4ad50de3b07817b7 100644 (file)
@@ -663,7 +663,7 @@ If nil, `zone-pgm-random-life' chooses a value from 0-3 (inclusive).")
               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)))