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

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

[elpa] externals/gnugo 71e1500 245/357: [gnugo] Fix bug: Use ‘gnugo-gat


From: Stefan Monnier
Subject: [elpa] externals/gnugo 71e1500 245/357: [gnugo] Fix bug: Use ‘gnugo-gate’ for abdication enable.
Date: Sun, 29 Nov 2020 14:51:31 -0500 (EST)

branch: externals/gnugo
commit 71e1500050db9a6d0e629d2fcbb539d9e34dd204
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [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.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index 90a2187..32f1147 100644
--- a/gnugo.el
+++ b/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]