Mercurial > emacs
comparison lisp/play/life.el @ 64085:18a818a2ee7c
Update FSF's address.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 04 Jul 2005 17:55:18 +0000 |
parents | eaa9acd9122c |
children | 34bd8e434dd7 f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
64084:a8fa7c632ee4 | 64085:18a818a2ee7c |
---|---|
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 ;; GNU General Public License for more details. | 19 ;; GNU General Public License for more details. |
20 | 20 |
21 ;; You should have received a copy of the GNU General Public License | 21 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
24 ;; Boston, MA 02111-1307, USA. | 24 ;; Boston, MA 02110-1301, USA. |
25 | 25 |
26 ;;; Commentary: | 26 ;;; Commentary: |
27 | 27 |
28 ;; A demonstrator for John Horton Conway's "Life" cellular automaton | 28 ;; A demonstrator for John Horton Conway's "Life" cellular automaton |
29 ;; in Emacs Lisp. Picks a random one of a set of interesting Life | 29 ;; in Emacs Lisp. Picks a random one of a set of interesting Life |