emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 140/255: board propagates setf'd moves to trackers


From: Eric Schulte
Subject: [elpa] 140/255: board propagates setf'd moves to trackers
Date: Sun, 16 Mar 2014 01:02:36 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit cfb57a818c6435bd0d5a952c6583a58489da0fb7
Author: Eric Schulte <address@hidden>
Date:   Sat Jun 2 19:50:33 2012 -0600

    board propagates setf'd moves to trackers
---
 go-board.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/go-board.el b/go-board.el
index b843143..4c8540b 100644
--- a/go-board.el
+++ b/go-board.el
@@ -379,6 +379,7 @@
   (with-board board
     (apply-turn-to-board (list move))
     (goto-char (point-of-pos (cddr move)))
+    (mapcar (lambda (tr) (setf (go-move tr) move)) *trackers*)
     (setf *turn* (other-color *turn*))))
 
 (defmethod go-labels ((board board))



reply via email to

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