aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/play/life.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/life.el b/lisp/play/life.el
index 304879684cb..5764224d1d1 100644
--- a/lisp/play/life.el
+++ b/lisp/play/life.el
@@ -188,7 +188,7 @@ generations (this defaults to 1)."
188(defun life-grim-reaper () 188(defun life-grim-reaper ()
189 ;; Clear the match information. Later we check to see if it 189 ;; Clear the match information. Later we check to see if it
190 ;; is still clear, if so then all the cells have died. 190 ;; is still clear, if so then all the cells have died.
191 (store-match-data nil) 191 (set-match-data nil)
192 (goto-char (point-min)) 192 (goto-char (point-min))
193 ;; For speed declare all local variable outside the loop. 193 ;; For speed declare all local variable outside the loop.
194 (let (point char pivot living-neighbors list) 194 (let (point char pivot living-neighbors list)