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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/play/5x5.el
Date: Mon, 01 Nov 2004 02:58:04 -0500

Index: emacs/lisp/play/5x5.el
diff -c emacs/lisp/play/5x5.el:1.10 emacs/lisp/play/5x5.el:1.11
*** emacs/lisp/play/5x5.el:1.10 Mon Sep  1 15:45:33 2003
--- emacs/lisp/play/5x5.el      Mon Nov  1 07:46:16 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]