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

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

[elpa] 06/08: [gnugo] Fix bug: Use ‘ gnugo-gate’ for abdication enable.


From: Thien-Thi Nguyen
Subject: [elpa] 06/08: [gnugo] Fix bug: Use ‘ gnugo-gate’ for abdication enable.
Date: Wed, 23 Apr 2014 09:00:24 +0000

ttn pushed a commit to branch master
in repository elpa.

commit 0ff472bf6be7d36914601c6aa0bd064478d63d6b
Author: Thien-Thi Nguyen <address@hidden>
Date:   Tue Apr 22 18:09:57 2014 +0200

    [gnugo] Fix bug: Use ‘gnugo-gate’ for abdication enable.
    
    Gating only on game-over is not enough.
    
    * packages/gnugo/gnugo.el (gnugo-toggle-abdication): ...here.
---
 packages/gnugo/gnugo.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 90a2187..32f1147 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -2304,7 +2304,7 @@ transformed into a move suggestion (see 
`gnugo-request-suggestion')."
           (unless (or userp waiting)
             (gnugo-get-move gcolor)))
       ;; enable
-      (gnugo--gate-game-over t)
+      (gnugo-gate t)
       (gnugo-put :abd t)
       (gnugo-get-move (gnugo-other last-mover)))
     (message "Abdication %sabled%s"



reply via email to

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