From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:52:44 +0000 (+0000) Subject: (life-grim-reaper): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac092f22762af9ceefbb1c10c5ef99b827fcaa5d;p=emacs.git (life-grim-reaper): store-match-data => set-match-data. --- 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)