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

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

[elpa] 143/255: pass move through board to *back-end*


From: Eric Schulte
Subject: [elpa] 143/255: pass move through board to *back-end*
Date: Sun, 16 Mar 2014 01:02:36 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 6e64911ab883d07cb939c6bb9500a9746c95ac47
Author: Eric Schulte <address@hidden>
Date:   Sat Jun 2 19:54:56 2012 -0600

    pass move through board to *back-end*
---
 go-board.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/go-board.el b/go-board.el
index a946a92..e8cc7d7 100644
--- a/go-board.el
+++ b/go-board.el
@@ -383,6 +383,7 @@
   (with-board board
     (apply-turn-to-board (list move))
     (goto-char (point-of-pos (cddr move)))
+    (setf (go-move *back-end*) move)
     (mapcar (lambda (tr) (setf (go-move tr) move)) *trackers*)
     (setf *turn* (other-color *turn*))))
 



reply via email to

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