changeset 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 480d7479ccac
children 1d2bd6adba38
files lisp/play/life.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)