# HG changeset patch # User Juanma Barranquero # Date 1158283601 0 # Node ID 9578474ca036e8df62229ec12af746ed520f05e6 # Parent 81a3281a862c8d13a67c89c682650e8951d59b41 (life-patterns): Add a few more interesting patterns. (life-setup): Force `show-trailing-whitespace' to nil. diff -r 81a3281a862c -r 9578474ca036 lisp/play/life.el --- a/lisp/play/life.el Fri Sep 15 01:04:27 2006 +0000 +++ b/lisp/play/life.el Fri Sep 15 01:26:41 2006 +0000 @@ -56,7 +56,28 @@ " @@ " " @@ " " @@ " " @@") ("@@@@@@@@@" "@ @ @" "@ @@@@@ @" "@ @ @ @" "@@@ @@@" - "@ @ @ @" "@ @@@@@ @" "@ @ @" "@@@@@@@@@")] + "@ @ @ @" "@ @@@@@ @" "@ @ @" "@@@@@@@@@") + (" @ " + " @ @ " + " @@ @@ @@" + " @ @ @@ @@" + "@@ @ @ @@ " + "@@ @ @ @@ @ @ " + " @ @ @ " + " @ @ " + " @@ ") + (" @ " + " @ @@" + " @ @ " + " @ " + " @ " + "@ @ ") + ("@@@ @" + "@ " + " @@" + " @@ @" + "@ @ @") + ("@@@@@@@@ @@@@@ @@@ @@@@@@@ @@@@@")] "Vector of rectangles containing some Life startup patterns.") ;; Macros are used macros for manifest constants instead of variables @@ -128,6 +149,7 @@ mode-name "Life" major-mode 'life-mode truncate-lines t + show-trailing-whitespace nil life-current-generation 0 life-generation-string "0" mode-line-buffer-identification '("Life: generation "