diff lisp/play/life.el @ 21166:acffd9b0ac6d

(life-grim-reaper): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:52:44 +0000
parents 852464ce5d6a
children 83e8e419d94d
line wrap: on
line diff
--- a/lisp/play/life.el	Sat Mar 14 04:52:14 1998 +0000
+++ b/lisp/play/life.el	Sat Mar 14 04:52:44 1998 +0000
@@ -188,7 +188,7 @@
 (defun life-grim-reaper ()
   ;; Clear the match information.  Later we check to see if it
   ;; is still clear, if so then all the cells have died.
-  (store-match-data nil)
+  (set-match-data nil)
   (goto-char (point-min))
   ;; For speed declare all local variable outside the loop.
   (let (point char pivot living-neighbors list)