[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"
- [elpa] branch master updated (8dd2888 -> 2c6fa1d), Thien-Thi Nguyen, 2014/04/23
- [elpa] 02/08: [gnugo int] Use ‘destr ucturing-bind’ more., Thien-Thi Nguyen, 2014/04/23
- [elpa] 03/08: [gnugo] Fix bug: DTRT for s uggestion ‘nowarp’ check., Thien-Thi Nguyen, 2014/04/23
- [elpa] 05/08: [gnugo] On disable, transform in-flight user-move into suggestion., Thien-Thi Nguyen, 2014/04/23
- [elpa] 01/08: [gnugo] Allow user to move for GNU Go., Thien-Thi Nguyen, 2014/04/23
- [elpa] 08/08: [gnugo maint] Update HACKING; nfc., Thien-Thi Nguyen, 2014/04/23
- [elpa] 04/08: [gnugo] Allow user to request suggestion for GNU Go., Thien-Thi Nguyen, 2014/04/23
- [elpa] 06/08: [gnugo] Fix bug: Use ‘ gnugo-gate’ for abdication enable.,
Thien-Thi Nguyen <=
- [elpa] 07/08: [gnugo int] Use ‘gnugo -current-player’ more., Thien-Thi Nguyen, 2014/04/23