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

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

[elpa] externals/gnugo b9fa668 265/357: [gnugo int] Drop redundant ‘gnu


From: Stefan Monnier
Subject: [elpa] externals/gnugo b9fa668 265/357: [gnugo int] Drop redundant ‘gnugo-gate’ calls.
Date: Sun, 29 Nov 2020 14:51:36 -0500 (EST)

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

    [gnugo int] Drop redundant ‘gnugo-gate’ calls.
    
    * packages/gnugo/gnugo.el (gnugo-undo-two-moves, gnugo-oops): ...here.
---
 gnugo.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index 6098f6e..73e0dfe 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2073,7 +2073,6 @@ See also `gnugo-undo-two-moves'."
 However, if you are the last mover, undo only one move.
 Regardless, after undoing, it is your turn to play again."
   (interactive)
-  (gnugo-gate)
   (gnugo--climb-towards-root 0))
 
 (defun gnugo-oops (&optional position)
@@ -2082,7 +2081,6 @@ The kept moves become a sub-gametree (variation) when 
play resumes.
 Prefix arg means, instead, undo repeatedly up to and including
 the move which placed the stone at point, like `\\[gnugo-fancy-undo]'."
   (interactive "P")
-  (gnugo-gate)
   (gnugo--climb-towards-root (unless position
                                0)
                              nil t))



reply via email to

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