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

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

[elpa] 87/255: removed old variable


From: Eric Schulte
Subject: [elpa] 87/255: removed old variable
Date: Sun, 16 Mar 2014 01:02:25 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit d8193eb0bc02a0c10ad5a125969ff13fff602ce9
Author: Eric Schulte <address@hidden>
Date:   Thu May 24 19:42:57 2012 -0600

    removed old variable
---
 sgf-tests.el |    2 +-
 sgf.el       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgf-tests.el b/sgf-tests.el
index 311dfda..801e8c0 100644
--- a/sgf-tests.el
+++ b/sgf-tests.el
@@ -279,7 +279,7 @@
     (should (not (tree-equal (car *history*) (car (last *history*)))))))
 
 (defun stone-counts ()
-  (let ((pieces (car sgf-board-history)))
+  (let ((pieces (car *history*)))
     (flet ((count-for (color) (length (remove-if-not
                                       (lambda (piece) (equal color (car 
piece)))
                                       pieces))))
diff --git a/sgf.el b/sgf.el
index 19bf52c..ede5c43 100644
--- a/sgf.el
+++ b/sgf.el
@@ -92,7 +92,7 @@
 
 (defmethod sgf<-alt ((sgf sgf)))
 
-(defmethod sgf<-move ((sgf sgf) color)
+(defmethod sgf<-turn ((sgf sgf) color)
   (incf (car (last (index sgf))))
   (current sgf))
 



reply via email to

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