/[emacs]/emacs/lisp/play/5x5.el
ViewVC logotype

Diff of /emacs/lisp/play/5x5.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.4.2 by miles, Tue Oct 14 23:42:16 2003 UTC revision 1.8.4.3 by miles, Thu Nov 4 13:12:47 2004 UTC
# Line 224  Quit current game         \\[5x5-quit-ga Line 224  Quit current game         \\[5x5-quit-ga
224            5x5-y-pos (/ 5x5-grid-size 2)            5x5-y-pos (/ 5x5-grid-size 2)
225            5x5-moves 0            5x5-moves 0
226            5x5-grid  (5x5-make-move (5x5-make-new-grid) 5x5-y-pos 5x5-x-pos))            5x5-grid  (5x5-make-move (5x5-make-new-grid) 5x5-y-pos 5x5-x-pos))
227      (when (interactive-p)      (5x5-draw-grid (list 5x5-grid))
228        (5x5-draw-grid (list 5x5-grid))      (5x5-position-cursor)))
       (5x5-position-cursor))))  
229    
230  (defun 5x5-quit-game ()  (defun 5x5-quit-game ()
231    "Quit the current game of `5x5'."    "Quit the current game of `5x5'."

Legend:
Removed from v.1.8.4.2  
changed lines
  Added in v.1.8.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26