aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2004-12-17 11:58:21 +0000
committerThien-Thi Nguyen2004-12-17 11:58:21 +0000
commitfc866a94f1814663e41d7ba5c92ffcc7d229cb1f (patch)
tree61012df8427721ddf8654b3da891653bc7d78951
parente3fa1c11789420e6a72b7d34c85867ae91317b56 (diff)
downloademacs-fc866a94f1814663e41d7ba5c92ffcc7d229cb1f.tar.gz
emacs-fc866a94f1814663e41d7ba5c92ffcc7d229cb1f.zip
(zone-pgm-random-life): Fix typo.
-rw-r--r--lisp/play/zone.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/zone.el b/lisp/play/zone.el
index 9fc4ad6bf89..80d0760bed2 100644
--- a/lisp/play/zone.el
+++ b/lisp/play/zone.el
@@ -663,7 +663,7 @@ If nil, `zone-pgm-random-life' chooses a value from 0-3 (inclusive).")
663 c (aref s 0)) 663 c (aref s 0))
664 (zone-replace-char 664 (zone-replace-char
665 (char-width c) 665 (char-width c)
666 t s (cond ((or (> top (point)) 666 1 s (cond ((or (> top (point))
667 (< bot (point)) 667 (< bot (point))
668 (or (> 11 (setq col (current-column))) 668 (or (> 11 (setq col (current-column)))
669 (< rtc col))) 669 (< rtc col)))