Mercurial > emacs
diff lisp/play/life.el @ 659:505130d1ddf8
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sat, 30 May 1992 22:12:04 +0000 |
parents | 4cd7543be581 |
children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/play/life.el Sat May 30 21:11:25 1992 +0000 +++ b/lisp/play/life.el Sat May 30 22:12:04 1992 +0000 @@ -1,4 +1,5 @@ -;; Conway's `Life' for GNU Emacs +;;; life.el --- John Horton Conway's `Life' game for GNU Emacs + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; Contributed by Kyle Jones, talos!kjones@uunet.uu.net @@ -273,3 +274,4 @@ (provide 'life) +;;; life.el ends here