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/5x5.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/play/5x5.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:06:16 -0500

Index: emacs/lisp/play/5x5.el
diff -c emacs/lisp/play/5x5.el:1.9.6.1 emacs/lisp/play/5x5.el:1.9.6.2
*** emacs/lisp/play/5x5.el:1.9.6.1      Fri Apr 16 12:50:33 2004
--- emacs/lisp/play/5x5.el      Thu Nov  4 08:55:40 2004
***************
*** 224,232 ****
            5x5-y-pos (/ 5x5-grid-size 2)
            5x5-moves 0
            5x5-grid  (5x5-make-move (5x5-make-new-grid) 5x5-y-pos 5x5-x-pos))
!     (when (interactive-p)
!       (5x5-draw-grid (list 5x5-grid))
!       (5x5-position-cursor))))
  
  (defun 5x5-quit-game ()
    "Quit the current game of `5x5'."
--- 224,231 ----
            5x5-y-pos (/ 5x5-grid-size 2)
            5x5-moves 0
            5x5-grid  (5x5-make-move (5x5-make-new-grid) 5x5-y-pos 5x5-x-pos))
!     (5x5-draw-grid (list 5x5-grid))
!     (5x5-position-cursor)))
  
  (defun 5x5-quit-game ()
    "Quit the current game of `5x5'."




reply via email to

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