From ac092f22762af9ceefbb1c10c5ef99b827fcaa5d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:52:44 +0000 Subject: [PATCH] (life-grim-reaper): store-match-data => set-match-data. --- lisp/play/life.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)." (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) -- 2.39.2