ttn pushed a commit to branch master
in repository elpa.
commit 0ff472bf6be7d36914601c6aa0bd064478d63d6b
Author: Thien-Thi Nguyen <[email protected]>
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"