aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/life.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play/life.el')
-rw-r--r--lisp/play/life.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/life.el b/lisp/play/life.el
index 5442595dcc..c3bc0b38f8 100644
--- a/lisp/play/life.el
+++ b/lisp/play/life.el
@@ -53,7 +53,7 @@
" @@ " " @@ " " @@ "
" @@ " " @@ " " @@ "
" @@")
- ("@@@@@@@@@" "@ @ @" "@ @@@@@ @" "@ @ @ @" "@@@ @@@"
+ ("@@@@@@@@@" "@ @ @" "@ @@@@@ @" "@ @ @ @" "@@@ @@@"
"@ @ @ @" "@ @@@@@ @" "@ @ @" "@@@@@@@@@")]
"Vector of rectangles containing some Life startup patterns.")
@@ -265,7 +265,7 @@ generations (this defaults to 1)."
(defun life-display-generation (sleeptime)
(goto-char life-window-start)
(recenter 0)
-
+
;; Redisplay; if the user has hit a key, exit the loop.
(or (eq t (sit-for sleeptime))
(throw 'life-exit nil)))