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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/play/5x5.el [lexbind]
Date: Thu, 04 Nov 2004 08:31:17 -0500

Index: emacs/lisp/play/5x5.el
diff -c emacs/lisp/play/5x5.el:1.8.4.2 emacs/lisp/play/5x5.el:1.8.4.3
*** emacs/lisp/play/5x5.el:1.8.4.2      Tue Oct 14 23:42:16 2003
--- emacs/lisp/play/5x5.el      Thu Nov  4 13:12:47 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]