emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/life.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/play/life.el
Date: Fri, 04 Apr 2003 01:22:47 -0500

Index: emacs/lisp/play/life.el
diff -c emacs/lisp/play/life.el:1.18 emacs/lisp/play/life.el:1.19
*** emacs/lisp/play/life.el:1.18        Mon Mar 12 11:44:56 2001
--- emacs/lisp/play/life.el     Tue Feb  4 08:20:41 2003
***************
*** 53,59 ****
      "         @@      " "          @@     " "           @@    "
      "            @@   " "             @@  " "              @@ "
      "               @@")
!    ("@@@@@@@@@" "@   @   @" "@ @@@@@ @" "@ @   @ @" "@@@   @@@" 
      "@ @   @ @" "@ @@@@@ @" "@   @   @" "@@@@@@@@@")]
    "Vector of rectangles containing some Life startup patterns.")
  
--- 53,59 ----
      "         @@      " "          @@     " "           @@    "
      "            @@   " "             @@  " "              @@ "
      "               @@")
!    ("@@@@@@@@@" "@   @   @" "@ @@@@@ @" "@ @   @ @" "@@@   @@@"
      "@ @   @ @" "@ @@@@@ @" "@   @   @" "@@@@@@@@@")]
    "Vector of rectangles containing some Life startup patterns.")
  
***************
*** 265,271 ****
  (defun life-display-generation (sleeptime)
    (goto-char life-window-start)
    (recenter 0)
!   
    ;; Redisplay; if the user has hit a key, exit the loop.
    (or (eq t (sit-for sleeptime))
        (throw 'life-exit nil)))
--- 265,271 ----
  (defun life-display-generation (sleeptime)
    (goto-char life-window-start)
    (recenter 0)
! 
    ;; Redisplay; if the user has hit a key, exit the loop.
    (or (eq t (sit-for sleeptime))
        (throw 'life-exit nil)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]